TypeError: scatter() missing 1 required positional argument: 'data_frame' in Plotly

前端 未结 0 1001
故里飘歌
故里飘歌 2020-12-05 03:47

I am a noob and was using the first example of Plotly Scatter plots.

import plotly.express as px
fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16])
fig.s         


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