plt.bar(x1, y1, width=0.6, color="gray") # index, value plt.show() ... code # annotate plt.title('Bar Chart Title') plt.xlabel('index', ...
確定! 回上一頁