用subplot同時顯示多張圖¶. In [7]:. x = np.linspace(0, 10, 200) y1 = np.sin(5*x) / (1+x**2) y2 = np.sin(x) # 排列法是1 行2 列, 第1 張圖 plt.subplot(1,2,1) ...
確定! 回上一頁