使用 Pandas 在 I-Python Notebook 中绘图,我有几个绘图,因为 Matplotlib 决定 Y 轴,所以它设置不同,我们需要使用相同的范围比较这些数据。我已经尝试了几种变体:(我假设我需要对每个图应用限制..但由于我无法让一个工作...从 Matplotlib 文档看来我需要设置 ylim,但可以不知道这样做的语法。
df2250.plot(); plt.ylim((100000,500000)) <<<< if I insert the ; I get int not callable and if I leave it out I get invalid syntax. anyhow, neither is right...
df2260.plot()
df5.plot()