Re: [matplotlib-devel] puzzle: interactive backend case with ipython

2008-06-09 Thread Fernando Perez
On Mon, Jun 9, 2008 at 8:00 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > Anyway, regardless of whether you decide to make any changes in ipython, > thanks for solving the puzzle. Thanks for providing a patch. I'll be mostly offline for a few days, but I'll add the fix in some form (the beauty o

Re: [matplotlib-devel] puzzle: interactive backend case with ipython

2008-06-09 Thread Eric Firing
Fernando Perez wrote: On Mon, Jun 9, 2008 at 10:16 AM, Eric Firing <[EMAIL PROTECTED]> wrote: Please try now, with r5435 or later. There is still the underlying puzzle to be solved before all this can be cleaned up, but I think the basic functionality is back. Eric: in Shell,py, around line

Re: [matplotlib-devel] puzzle: interactive backend case with ipython

2008-06-09 Thread Fernando Perez
On Mon, Jun 9, 2008 at 10:16 AM, Eric Firing <[EMAIL PROTECTED]> wrote: > Please try now, with r5435 or later. There is still the underlying > puzzle to be solved before all this can be cleaned up, but I think the > basic functionality is back. Eric: in Shell,py, around line 1167, you'll find th

Re: [matplotlib-devel] puzzle: interactive backend case with ipython

2008-06-09 Thread Eric Firing
Andrew Straw wrote: > Hi Eric, > > show() isn't bringing up my plots with r5430 in normal scripts (i.e. not > using IPython). Andrew, Please try now, with r5435 or later. There is still the underlying puzzle to be solved before all this can be cleaned up, but I think the basic functionality i

Re: [matplotlib-devel] puzzle: interactive backend case with ipython

2008-06-09 Thread Eric Firing
Andrew Straw wrote: > Hi Eric, > > show() isn't bringing up my plots with r5430 in normal scripts (i.e. not > using IPython). Sure enough. It seems that in the process of bisecting the svn versions to track down this problem and the original one you reported, things got mixed up in my director

Re: [matplotlib-devel] puzzle: interactive backend case with ipython

2008-06-09 Thread Andrew Straw
Hi Eric, show() isn't bringing up my plots with r5430 in normal scripts (i.e. not using IPython). -Andrew Eric Firing wrote: > While investigating a bug pointed out by Andrew (and one that I had > introduced some time ago) I found to my horror that I had also caused > another bug: interactive

Re: [matplotlib-devel] puzzle: interactive backend case with ipython

2008-06-09 Thread Darren Dale
On Monday 09 June 2008 03:55:47 Eric Firing wrote: > While investigating a bug pointed out by Andrew (and one that I had > introduced some time ago) I found to my horror that I had also caused > another bug: interactive plotting was not working with ipython -pylab. > I backed out part of r5420, and

[matplotlib-devel] puzzle: interactive backend case with ipython

2008-06-09 Thread Eric Firing
While investigating a bug pointed out by Andrew (and one that I had introduced some time ago) I found to my horror that I had also caused another bug: interactive plotting was not working with ipython -pylab. I backed out part of r5420, and that fixed the problem. This temporary fix is to rest