Use position parameter to draw 2 columns on the same index: fig, ax = plt.subplots() d[['DC', 'DC - IDC']].plot.barh(width=0.4, position=0, ...
確定! 回上一頁