fig = plt.figure() ax = plt.axes() x = np.linspace(0, 10, 1000) ax.plot(x, np.sin(x));. Alternatively, we can use the pylab interface and let the figure and ...
確定! 回上一頁