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

2010-09-08 Thread Fernando Perez
Hi Jeff, On Mon, Sep 6, 2010 at 6:27 AM, Jeff Whitaker jsw...@fastmail.fm wrote: Fernando: Got it, thanks.  Sounds reasonable to me.  Just playing with it a bit, one thing I found myself looking for was a way to save the entire session (inline figures included) to html. Of course! When is

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

2010-09-08 Thread Jae-Joon Lee
Eric, The drawing order of multiple axes in a same figure depends on the order of axes. And this has been the order that axes is added to the figure (given that they have same zorder value). However, the current implementation does not preserve this order. For example, ax1 = axes([0.1, 0.1,

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

2010-09-08 Thread Nathaniel Smith
On Wed, Sep 8, 2010 at 12:12 AM, Fernando Perez fperez@gmail.com wrote: ps - tip: Ctrl-. restarts the kernel Tangentially... please make this something that's a little harder to hit by accident, like Ctrl-Alt-. or a menu item or something? My ipython's regularly hold state that would take a

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

2010-09-08 Thread Evan Patterson
When you press Ctrl-., the client prompts you to make sure that you really want to restart the kernel. Your work is not at risk from a careless key press. Evan On Wed, Sep 8, 2010 at 9:58 AM, Nathaniel Smith n...@pobox.com wrote: On Wed, Sep 8, 2010 at 12:12 AM, Fernando Perez

Re: [matplotlib-devel] [Matplotlib-users] bug? line misses points with negative coordinates

2010-09-08 Thread Michael Droettboom
I believe I have a fix in r8691 (both branch and trunk). Cheers, Mike On 09/03/2010 03:31 PM, Eric Firing wrote: On 09/03/2010 09:14 AM, Tony S Yu wrote: On Sep 3, 2010, at 10:23 AM, Sébastien Barthélemy wrote: CC to matplotlib-devel matplotlib-users 2010/9/3 Tony S

Re: [matplotlib-devel] Unblock matplotlib sourceforge?

2010-09-08 Thread Jouni K . Seppänen
Eric Firing efir...@... writes: This project does NOT incorporate, access, call upon, or otherwise use encryption of any kind, including, but not limited to, open source algorithms and/or calls to encryption in the operating system or underlying platform. I don't know whether

Re: [matplotlib-devel] Unblock matplotlib sourceforge?

2010-09-08 Thread John Hunter
On Wed, Sep 8, 2010 at 12:57 PM, Jouni K. Seppänen j...@iki.fi wrote: This project does NOT incorporate, access, call upon, or otherwise use encryption of any kind, including, but not limited to, open source algorithms and/or calls to encryption in the operating system or underlying platform.

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

2010-09-08 Thread Eric Firing
On 09/07/2010 10:27 PM, Jae-Joon Lee wrote: Eric, The drawing order of multiple axes in a same figure depends on the order of axes. And this has been the order that axes is added to the figure (given that they have same zorder value). However, the current implementation does not preserve

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

2010-09-08 Thread Jae-Joon Lee
On Thu, Sep 9, 2010 at 9:38 AM, Eric Firing efir...@hawaii.edu wrote: Fixed in 8693. Thanks! -JJ -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading

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

2010-09-08 Thread Jae-Joon Lee
On Thu, Sep 9, 2010 at 4:13 AM, Eric Firing efir...@hawaii.edu wrote: I don't think I understand the point you are making here--is it that the Axes3D is a lone anomaly? Yes. And I feel that Axes3D better not add itself to the figure during the instance initialization. Just a different view of

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

2010-09-08 Thread Eric Firing
JJ, I just wanted to raise a question of whether we let Axes3D add itself to its parent (although this is not a bug anymore). If you and others feel okay about it, then that's completely fine with me also. It sounds like a valid point, worth addressing, but it is one I will leave to you,

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

2010-09-08 Thread Benjamin Root
On Wed, Sep 8, 2010 at 8:06 PM, Eric Firing efir...@hawaii.edu wrote: JJ, I just wanted to raise a question of whether we let Axes3D add itself to its parent (although this is not a bug anymore). If you and others feel okay about it, then that's completely fine with me also. It sounds