plt.title("Line Graph Example") plt.legend() plt.show() ... plt.ylabel("bar height") plt.title("Bar Chart Example") plt.legend() plt.show() ...
確定! 回上一頁