python matplotlib 畫圖一

參考matploylib的官方文檔http://matplotlib.org,進行了逐步的學習 1、單個圖形的繪製 #導入畫圖包 import matplotlib.pyplot  as plt #savefig模塊可以保存圖片 from  matplotlib.pyplot import savefig plt.plot([1,2,3,4]) plt.ylabel('some numbers')
相關文章
相關標籤/搜索