【发布时间】:2015-09-07 05:21:13
【问题描述】:
我想使用 Gridspec 配置子图大小,如本问题中所述。 Python/Matplotlib - Change the relative size of a subplot
如果我想使用 Pandas Dataframe 的绘图功能,该怎么做?有可能吗?
【问题讨论】:
-
您需要更具体。您可以通过传入 plot 方法在任何 Axes 对象上使用
df.plot,例如,df.plot(..., ax=ax1)
标签: pandas matplotlib