-6

I am plotting in python but the scatter plot doesn't show? What am I doing wrong

Scatter plot and code

can someone help me? thanks!

1 Answers1

2
  1. plot does not have any parameter name type

  2. To plot the scatter use plt.scatter(x,y)

Paras jain
  • 432
  • 3
  • 15