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
相关文章
相关标签/搜索