使用matplotlib 繪製圖表時,可以透過設定圖表的標籤,顯示xy 軸的文字、xy 軸的 ... ax = plt.subplots() ax.set_title('test') # 設定title ax.plot(x) plt.show().
確定! 回上一頁