給定的圖形可以包含許多軸,但給定的Axes物件只能在一個圖中。 ... 52, 65] fig = plt.figure() ax = fig.add_axes([0,0,1,1]) l1 = ax.plot(x1,y,'ys-') # solid line ...
確定! 回上一頁