给定的图形可以包含许多轴,但给定的Axes对象只能在一个图中。 ... 52, 65] fig = plt.figure() ax = fig.add_axes([0,0,1,1]) l1 = ax.plot(x1,y,'ys-') # solid line ...
確定! 回上一頁