how can i extract x and y value of plot in matplotlib?

后端 未结 0 1356
被撕碎了的回忆
被撕碎了的回忆 2020-11-28 01:21

I Drawn a plot like this:

plt.plot(x, \'r-\')
smooth_data = pd.Series(d).rolling(window=6).mean().plot(style=\'k\')

how can i extract x and y

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