Search for question
Question

Source code should be provided through copy and paste. Task 1 Basic Matplotlib plot (1 point) Draw a scatter plot of four data points whose x and y coordinates are specified

by [1,2,3, 4] and [1,4,9,16], respectively. Use Matplotlib to draw the plot with a red square for each data point. The ranges of x- and y-axes are [0, 6] and [0, 20], respectively.

Fig: 1