You are not logged in.

#1 2012-02-04 05:11:38

coffeeandmeat
Member
Registered: 2012-01-29
Posts: 1

Getting matplotlib to work (specifically pyplot)

Anybody using pyplot? When I try to plot, get the error: "QGtkStyle was unable to detect the current GTK+ theme!" It plots using just the matplotlib.pyplot.plot() command, but add axes, titles, etc, and it does not plot at all. 

Also why is matplotlib installing python3??? How does python2-matplotlib need py3x as a dependency given that it is not directly supported by it?

EDIT: Perhaps I should add that I used

 pacman -Sy python2-matplotlib 

when perhaps I should not have (as directed by the pacman wiki).   

Thanks.
coffeeandmeat

Last edited by coffeeandmeat (2012-02-04 05:37:16)

Offline

#2 2012-02-04 15:31:08

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Getting matplotlib to work (specifically pyplot)

coffeeandmeat wrote:

Also why is matplotlib installing python3??? How does python2-matplotlib need py3x as a dependency given that it is not directly supported by it?

sip needs python

python2-matplotlib -> python2-qt (python2-pyqt) -> python2-sip -> sip -> python

Last edited by karol (2012-02-04 15:42:14)

Offline

Board footer

Powered by FluxBB