... '''plot_surface函数可绘制对应的曲面''' ax.plot_surface(X,Y,f(X,Y),rstride=1,cstride=1) '''显示''' plt.show() ...
確定! 回上一頁