Search found 1 match
- Sat Jun 23, 2018 8:22 am
- Forum: Python
- Topic: [SOLVED] Python3 and Matplotlib - no luck
- Replies: 12
- Views: 6413
Re: Python3 and Matplotlib - no luck
I decided to see if I had problems using the cairo backend of matplotlib on python3 in jessie; it seems OK after two packages are installed: sudo apt install python3-cairo sudo apt install libcairo2 There are a few references on stackexchange referring to a need for sudo apt install python3-gi but ...