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
2:49 PM, Darren Dale wrote:
> 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
> >
> &g
'mpl_toolkits.axisartist',
'matplotlib.sphinxext', 'matplotlib.tri', 'matplotlib.delaunay']
running build
running build_py
copying lib/matplotlib/mpl-data/matplotlibrc ->
build/lib.linux-i686-3.1/matplotlib/mpl-data
copying lib/matplotlib/mpl-data/matplotlib.con
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 be
plot.
I've tried changing the backend in the matplotlibrc file to TkAgg, but I
still get nothing, in fact now when I try to import matplotlib I get a
traceback error that name -tkagg is not defined, seems like it might be
something in the module.
Can anyone lend a hand?
Thanks,
Jo