【发布时间】:2016-10-29 22:41:43
【问题描述】:
我可以导入 matplotlib,但是当我尝试运行以下命令时:
matplotlib.pyplot(x)
我明白了:
Traceback (most recent call last):
File "<pyshell#31>", line 1, in <module>
matplotlib.pyplot(x)
AttributeError: 'module' object has no attribute 'pyplot'
【问题讨论】:
标签: python matplotlib