matplotlib 5 詳解 風格與極座標

lesson 24 fig,axes = plt.subplots(ncols =2, nrows=2) ax1, ax2, ax3,ax4 = axes.ravel() x = np.random.normal(size=100) y = np.random.normal(size=100) ax1.plot(x,y,'o') x=np.arange(0,10) y=np.arange(0,10
相關文章
相關標籤/搜索