标签: python matplotlib
我想使用matplotlib创建一个3d数字。我找到的例子开头是:
from mpl_toolkits.mplot3d import axes3d
但是mpl_toolkits.mplot3d是未解析的引用。