I'm trying to use pyplot.scatter() but I'm getting an invalid syntax error

前端 未结 0 491
深忆病人
深忆病人 2020-12-20 12:05

I\'m trying to use pyplot.scatter() but I\'m getting the following error:

 plt.scatter(y=temperature_planet,x=t,s=2, color="red")
   ^
 SyntaxError:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题