Question: Activity 2: Write programs to make the following plots: a. Make a scatter plot containing the points (1,2),(2,4),(3,5),(4,7),(5,6),(6,8),(7,9),(8, 11),(9,12),(10,12). Have the markers as green

Activity 2: Write programs to make the following plots: a. Make a scatter plot containing the points (1,2),(2,4),(3,5),(4,7),(5,6),(6,8),(7,9),(8, 11),(9,12),(10,12). Have the markers as green " + " symbols. Label the x and y axes " x axis" and " y-axis", and give the graph the title "Scatter Plot". Hint: import matplotlib.pyplot as plt Hint: put the desired x and y values into arrays Hint: use plt.scatter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
