ax = Axes3D(plt.figure()) ax.plot_surface(X, Y, Z, rstride=1, cstride=1, linewidth=0, antialiased=False, color='green').
確定! 回上一頁