标签: pandas
ax = df.plot.barh(stacked=True, alpha=0.5)
立即绘制漂亮的图形。但是,等等,我想对y轴和其他东西的位置做一些调整。我如何告诉它等到我完成设置之后才开始显示?