5. (5 pts) Complete the following program to do the scatterplot. matplotlib.pyplot as plt import a = [70, 65, 72, 63, 71
Posted: Fri Jul 01, 2022 5:43 am
Question
Will thumbs up for correct response!
5. (5 pts) Complete the following program to do the scatterplot. matplotlib.pyplot as plt import a = [70, 65, 72, 63, 71, 64, 60, 64, 67] b = [175, 170, 205, 120, 220, 130, 105, 145, 190] plt.show()
Python Data Science Will thumbs up for correct response!
5. (5 pts) Complete the following program to do the scatterplot. matplotlib.pyplot as plt import a = [70, 65, 72, 63, 71, 64, 60, 64, 67] b = [175, 170, 205, 120, 220, 130, 105, 145, 190] plt.show()