... Create bars plt.bar(x_pos, height, color=(0.2, 0.4, 0.6, 0.6)) # Create names on the x-axis plt.xticks(x_pos, bars) # Show graph plt.show() ...
確定! 回上一頁