... 2) + np.power(Y, 2) # 二元函數z = x**2 + y**2 # 繪圖surf = ax.plot_surface(X=X, Y=Y, Z=Z, rstride=2, # row stride, 行跨度cstride=2, ...
確定! 回上一頁