python ——matplotlib(2)

import numpy as np import matplotlib.pyplot as plt fig=plt.figure() ax=fig.add_subplot(3,3,1)              #繪製一個子圖 n=128 X=np.random.normal(0,1,n)              #生成隨機數 Y=np.random.normal(0,1,n) T=np.ar
相關文章
相關標籤/搜索