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
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/
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
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
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,
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.