matplotlib(1)

最簡單的顯示一張圖的方法 x = np.linspace(0,10 , 1000) plt.plot(x, x**2, label = "Quadratic") plt.plot(x, x**0.5, label = "sqrt") #將圖形呈現在屏幕上 plt.legend() plt.show() 認識matplotlib的結構 Figure 在任何繪圖之前,我們需要一個Figure對象,可
本站公眾號
   歡迎關注本站公眾號,獲取更多信息