x = np.linspace(0, 1) fig, (ax0, ax1) = plt.subplots(2, 1) # Plot the lines y=x**n for ... x**n, label="n={0}".format(n)) leg = ax0.legend(loc="upper left", ...
確定! 回上一頁