I've just finished an online course about python for Data Science. I wanted to code something by my own in Pycharm Edu. I had done this before and everything was working. I downloaded "numpy" and "matplotlib" via Pycharm and console in Linux Mint. When I import numpy and import matplotlib ( and write nothing else ) my program is running properly, but when I write "import matplotlib.pyplot as plt" it is not working.enter image description here Screen: https://snag.gy/CPx9WG.jpg
Asked
Active
Viewed 286 times
0
-
3https://stackoverflow.com/questions/36327134/matplotlib-error-no-module-named-tkinter – Andrea Nagy Sep 10 '18 at 13:57
-
The error tells you what is wrong. You do not have tkinter installed. – ImportanceOfBeingErnest Sep 10 '18 at 13:57
-
Thanks you so much – Mikey566 Sep 10 '18 at 14:03