Re: [matplotlib-devel] refactoring of show

2010-07-19 Thread Fernando Perez
Hey guys, On Mon, Jul 19, 2010 at 4:07 PM, Eric Firing wrote: > > Please leave out the -a.  It is harmful, not helpful, for mpl.  This may > mean we need to change mpl and/or ipython, or the documentation, to > prevent problems with the -a option; but I think you will find that if > you leave out

Re: [matplotlib-devel] refactoring of show

2010-07-19 Thread Eric Firing
On 07/19/2010 10:34 AM, Erik Tollerud wrote: > I've been keeping more or less up on the .11 development ipython, > under Ubuntu 9.10 (10.4 when I get around to it...). For each of the > backends I do the following in an interactive session that starts with > no profile or -pylab or anything:: > >

Re: [matplotlib-devel] refactoring of show

2010-07-19 Thread Eric Firing
On 07/19/2010 10:34 AM, Erik Tollerud wrote: > I've been keeping more or less up on the .11 development ipython, > under Ubuntu 9.10 (10.4 when I get around to it...). For each of the > backends I do the following in an interactive session that starts with > no profile or -pylab or anything:: > >

Re: [matplotlib-devel] refactoring of show

2010-07-19 Thread Erik Tollerud
I've been keeping more or less up on the .11 development ipython, under Ubuntu 9.10 (10.4 when I get around to it...). For each of the backends I do the following in an interactive session that starts with no profile or -pylab or anything:: import matplotlib matplotlib.interactive(True) matplotli

Re: [matplotlib-devel] refactoring of show

2010-07-16 Thread Christoph Gohlke
Wing IDE recently added support for matplotlib, specifically non blocking show(). It might be worth also to test the 4.0 beta release. http://www.wingware.com/wingide/beta Christoph On 7/16/2010 2:26 PM, Eric Firing wrote: > All, > > John noticed that my changes to show() prior to 1.0 had brok