plt.subplot(122) plt.plot(t3, np.cos(2*np.pi*t3), '--') plt.xlabel('time (s)') plt.title('subplot 2') plt.ylabel('Undamped') plt.subplots_adjust(left=0.01, ...
確定! 回上一頁