Re: [Matplotlib-users] matplotlib-py3 branch won't show in Ubuntu 10.04

2011-07-25 Thread Jorge Garcia
Thank you everyone for your help, In the end, I wasn't able to get Tkinter to register as the backend, so I downloaded and setup PyQt4. Once PyQt4 was setup, I changed the backend to Qt4Agg in the matplotlibrc file and that worked properly. Best Regards, Jorge Garcia On Wed, Jul 13, 2011 at 3:5

Re: [Matplotlib-users] matplotlib-py3 branch won't show in Ubuntu 10.04

2011-07-13 Thread Jorge Garcia
In case it helps, I also tried the simple plot test recommended in the matplotlib FAQ: Here's the traceback it gave me. $HOME=/home/cadsoft CONFIGDIR=/home/cadsoft/.matplotlib matplotlib data path /usr/local/lib/python3.1/dist-packages/matplotlib/mpl-data loaded rc file /usr/local/lib/python3.1/

Re: [Matplotlib-users] matplotlib-py3 branch won't show in Ubuntu 10.04

2011-07-13 Thread Jorge Garcia
Hi Darren, I think your correct, the matplotlibrc file says that the backend is set to Agg. Here's the traceback: BUILDING MATPLOTLIB matplotlib: 1.1.0 python: 3.1.2 (r312:79147, Sep 27 2010, 09:45:41) [GCC 4.4.3] platform: linux

Re: [Matplotlib-users] matplotlib-py3 branch won't show in Ubuntu 10.04

2011-07-08 Thread Darren Dale
On Wed, Jun 29, 2011 at 10:46 AM, Jorge Garcia wrote: > Hello, > > I was trying to test out the Python 3 development version with the first > plot shown in the pyplot tutorial. Everything seems to work ok until I go > > plt.show() > > at which point nothing happens, I don't see a plot. Python acce

Re: [Matplotlib-users] matplotlib-py3 branch won't show in Ubuntu 10.04

2011-07-08 Thread Jorge Garcia
How Would I set the backend to Tk? Do I have to change something in the matplotlibrc file? Maybe I have to specify where Tk is located? Any guidance would be helpful. Thanks again, Jorge Garcia On Sun, Jul 3, 2011 at 6:55 PM, Jorge Garcia wrote: > Hi Chris, > > No I haven't been able to yet,

[Matplotlib-users] matplotlib-py3 branch won't show in Ubuntu 10.04

2011-06-29 Thread Jorge Garcia
Hello, I was trying to test out the Python 3 development version with the first plot shown in the pyplot tutorial. Everything seems to work ok until I go plt.show() at which point nothing happens, I don't see a plot. Python accepts the command and is waiting for a new command but I have no plot.