For example, the following commands will create a surface plot: ax = Axes3D( plt.figure() ) ax.plot_surface(X, Y, Z) # Create 3D plotter attached to new ...
確定! 回上一頁