dataframe plot方法 改变图片尺寸

df = pd.DataFrame({'a':[1,2],'b':[1,2]})
df.plot(figsize=(5,5))
plt.show()

留言

熱門文章