Re: [matplotlib-devel] clf(), Axes3D and add_subplot

2010-09-05 Thread Benjamin Root
On Sun, Sep 5, 2010 at 9:16 PM, Eric Firing wrote: > On 09/05/2010 11:06 AM, Benjamin Root wrote: > >> On Sun, Sep 5, 2010 at 2:53 PM, Eric Firing > > wrote: >> >>On 09/04/2010 05:50 PM, Benjamin Root wrote: >> > On Sat, Sep 4, 2010 at 3:20 AM, Jae-Joon Lee >>

Re: [matplotlib-devel] clf(), Axes3D and add_subplot

2010-09-05 Thread Eric Firing
On 09/05/2010 11:06 AM, Benjamin Root wrote: > On Sun, Sep 5, 2010 at 2:53 PM, Eric Firing > wrote: > > On 09/04/2010 05:50 PM, Benjamin Root wrote: > > On Sat, Sep 4, 2010 at 3:20 AM, Jae-Joon Lee > mailto:lee.j.j...@gmail.com> > >

Re: [matplotlib-devel] Patch for Qt4 backend for IPython GUI

2010-09-05 Thread Fernando Perez
Hi Jeff, On Sun, Sep 5, 2010 at 5:25 PM, Jeff Whitaker wrote: > Fernando:  That works, but it seems like I have to run show() to make the > plot appear inline.  draw() doesn't do it.  Is this the expected behavior? > Yes, currently it is, because the show() you're running is actually *our* show(

Re: [matplotlib-devel] Patch for Qt4 backend for IPython GUI

2010-09-05 Thread Jeff Whitaker
On 9/5/10 3:15 PM, Fernando Perez wrote: > Hi Jeff, > > On Sun, Sep 5, 2010 at 10:18 AM, Jeff Whitaker wrote: >> Fernando: I've got ipython-newkernal ipythonqt working on my mac - how do I >> tell it to switch between external plot windows and inline plots? External >> windows seems to be the

Re: [matplotlib-devel] clf(), Axes3D and add_subplot

2010-09-05 Thread Eric Firing
On 09/05/2010 11:06 AM, Benjamin Root wrote: > On Sun, Sep 5, 2010 at 2:53 PM, Eric Firing > wrote: > > On 09/04/2010 05:50 PM, Benjamin Root wrote: > > On Sat, Sep 4, 2010 at 3:20 AM, Jae-Joon Lee > mailto:lee.j.j...@gmail.com> > >

Re: [matplotlib-devel] Patch for Qt4 backend for IPython GUI

2010-09-05 Thread Fernando Perez
Hi Jeff, On Sun, Sep 5, 2010 at 10:18 AM, Jeff Whitaker wrote: > > Fernando:  I've got ipython-newkernal ipythonqt working on my mac - how do I > tell it to switch between external plot windows and inline plots?  External > windows seems to be the default... if you start it with --rich, it will

Re: [matplotlib-devel] clf(), Axes3D and add_subplot

2010-09-05 Thread Benjamin Root
On Sun, Sep 5, 2010 at 2:53 PM, Eric Firing wrote: > On 09/04/2010 05:50 PM, Benjamin Root wrote: > > On Sat, Sep 4, 2010 at 3:20 AM, Jae-Joon Lee > > wrote: > > > > On Fri, Sep 3, 2010 at 4:14 AM, Benjamin Root > > wrote: > > >

Re: [matplotlib-devel] clf(), Axes3D and add_subplot

2010-09-05 Thread Eric Firing
On 09/04/2010 05:50 PM, Benjamin Root wrote: > On Sat, Sep 4, 2010 at 3:20 AM, Jae-Joon Lee > wrote: > > On Fri, Sep 3, 2010 at 4:14 AM, Benjamin Root > wrote: > > I think there are multiple issues here. Primarially, there is >

Re: [matplotlib-devel] Patch for Qt4 backend for IPython GUI

2010-09-05 Thread Jeff Whitaker
On 8/30/10 1:21 AM, Fernando Perez wrote: > Hi Eric, > > On Sat, Aug 28, 2010 at 4:27 PM, Eric Firing wrote: >> Impressive--but I don't think I understand why one would want plots rendered >> inline rather than in separate windows. Fernando: I've got ipython-newkernal ipythonqt working on my m