用matplotlib绘制3D函数图像

①用pyplot的figure()函数能够建立一个figure对象html ②以它为参数建立Axes3D对象,使之具备3D坐标轴python ③pyplot的show()方法能够显示全部figure对象ide *显示两个3D坐标轴函数 [python]  view plain  copy import matplotlib.pyplot as plt #绘图用的模块   from mpl_tool
相关文章
相关标签/搜索