Eric Firing <efir...@...> writes:
>
> For this to work, you need to be in matplotlib's interactive mode, 
> either by running ipython with the -pylab option, or by calling 
> plt.ion() before your call to show().  In either of these cases, your 
> example code works for me with ipython from git, mpl from svn, and using 
> drag/drop to enter the code in ipython.  I am also on ubuntu 10.10, 
> 64-bit, with gtkagg backend.
> 
> Eric
> 

I was running my example with the -pylab option set in ipython, and adding a
call to plt.ion() doesn't change things. I also run gtkagg backend. I guess I
have a problem with my installation of matplotlib, unless this is something that
changed after mpl-1.0. I will try mpl-svn next and see.

Regards,

Jorge


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to