Python3。导入matplotlib.pyplot无法正常工作

时间:2018-09-10 13:54:59

标签: python matplotlib

我刚刚完成了有关数据科学python的在线课程。 我想在Pycharm Edu中自己编写一些代码。我之前已经做过,而且一切正常。我通过Pycharm和Linux Mint中的控制台下载了“ numpy”和“ matplotlib”。当我导入numpy并导入matplotlib(并且什么也不写)时,我的程序运行正常,但是当我编写时 “将matplotlib.pyplot导入为plt” 。它不起作用。enter image description here屏幕:https://snag.gy/CPx9WG.jpg

1 个答案:

答案 0 :(得分:0)

您必须安装tkinter

apt-get install python-tk

在此处找到文档:Tkinter