How to Install Matplotlib for Python 3 3.5 3.6

preview_player
Показать описание
How to Install Matplotlib for Python 3 3.5 3.6
sudo apt-get install python3-pip python3-dev
sudo pip3 install matplotlib
sudo apt-get install python3-matplotlib
sudo pip3 uninstall matplotlib
sudo apt-get purge python3-matplotlib

Please Like this Page to get Latest Python, Machine Learning and Artificial intelligence Tutorials
Рекомендации по теме
Комментарии
Автор

<<sudo apt-get install python3-matplotlib>> That worked for me

Nargles
Автор

worked ok, thank you. now let's code the graph... :)

RR-umml
Автор

Thanks, I think I accidentally installed matplotlib for python2 because I did not append the '3', fixed now

MikeM-pyhq
Автор

you shouldn't use sudo for pip. Use "pip3 install --user matplotlib" instead

iamfastfast
Автор

i get an error modulo _tkinter not found

RicardoPorteladaSilva