标签: python-3.x matplotlib
我是3D绘图的新手,并且想使用matplotlib在3D中绘制圆锥。它应该以这样的开头:
import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D fig = plt.figure() ax = fig.add_subplot(111, projection='3d')