On Wed, Jun 29, 2011 at 10:46 AM, Jorge Garcia <jgarc...@fiu.edu> 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 accepts the
> command and is waiting for a new command but I have no plot.

Maybe you don't have a python-3 compatible gui library installed, in
which case your backend is defaulting to AGG, which cannot render a
window for you.

> 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?

Posting the exact traceback would help us help you. I'll hazard a
guess that you don't have the tk development packages installed, so
the tkagg backend could not be built when you installed matplotlib for
py3, and therefore tkagg cannot be selected as your backend.

Darren

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to