顯示 兩張圖figure x=np.linspace(-1,1,50)座標-1到1間有五十個點y1=2*x+1 y2=x**2 plt.figure()第一張圖plt.plot(x,y1)將xy1展現出來plt.figure(num=3 ...
確定! 回上一頁