如果想繪製曲面圖,可以透過 plot_surface 方法,例如: import numpy as np import matplotlib.pyplot as plt from matplotlib import cm def f(x, ...
確定! 回上一頁