使用Matplotlib绘制3D数据 - 警告/错误导入模块

时间:2017-11-07 17:07:11

标签: python matplotlib spyder

我正在绘制3D数据并使用这些

import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')

Spyder显示警告(但绘图工作正常)

"mpl_toolkits.mplot3d.Axes3D" imported but unused. 

如果我不导入,运行.py文件时出错。

ValueError: Unknown projection '3d'

为什么不使用时需要此模块。

0 个答案:

没有答案