我正在使用以下DataFrame.plot调用绘制多个条形图:
df.plot(kind='bar', stacked=False, figsize=figsize, rot=0, alpha=0.5, width=width)
但是,我想增加每个类别中的条之间的大小。我该如何实现?