... plt.figure(0) #-----繪製原始數據曲線圖 plt.subplot(3,1,1) plt.plot(x, ... 繪製誤差圖(使用 yerr) plt.subplot(3,1,2) plt.errorbar(x, y_damp, yerr=error, ...
確定! 回上一頁