... 5, 2, 3, 3] # the width of the bars: can also be len(x) sequence width = 0.35 fig, ax = plt.subplots() ax.bar(labels, men_means, width, yerr=men_std, ...
確定! 回上一頁