If you want to plot a surface use ax.plot_surface(X, Y, Z) . Where X,Y are the 2d grid created with np.meshgrid and Z is the data on the ...
確定! 回上一頁