参考Github问题:https://github.com/matplotlib/matplotlib/issues/4067
有人说像这样:返回surf
添加两行代码
fig = plt.figure()
ax = Axes3D(fig)
X, Y = np.meshgrid(3, 3)
surf = ax.plot_surface
参考Github问题:https://github.com/matplotlib/matplotlib/issues/4067
有人说像这样:返回surf
添加两行代码
fig = plt.figure()
ax = Axes3D(fig)
X, Y = np.meshgrid(3, 3)
surf = ax.plot_surface