使用ax.plot_surface繪出網格表面圖形,並將一個colormap rainbow 填充顏色。 # X, Y value X = np.arange(-4, 4, 0.25) Y = np.arange(-4, 4, 0.25) ...
確定! 回上一頁