Hi, I have matplotlib, the library to draw graphics with python 3, on windows and I wanted it on linux. I forgot how I made on windows, but the sudo pip install matplotlib went wrong, so I searched on the web and I found this solution that worked for me, so I want to share it with you too. First try this apt - cache search python3 - matplotlib If you find it like its available then you can install it from sudo apt - get install python3 - matplotlib ... I did so and now I got matplotlib on my xubuntu linux version.
How to program with the python language together with tkinter, pygame etc.