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