Re: [matplotlib-devel] make_room_for_ylabel_using_axesgrid.py example: no output

2011-08-18 Thread Jae-Joon Lee
Hi Eric, I just pushed a commit that I believe fix the problem. https://github.com/matplotlib/matplotlib/commit/fcebc2338ad730098520c866122061eefd866641 The documentation now builds fine in my linux box. Regards, -JJ On Tue, Aug 16, 2011 at 8:52 AM, Eric Firing wrote: > On 08/15/2011 12:07

Re: [matplotlib-devel] make_room_for_ylabel_using_axesgrid.py example: no output

2011-08-18 Thread Eric Firing
On 08/17/2011 09:34 PM, Jae-Joon Lee wrote: > Hi Eric, > > I just pushed a commit that I believe fix the problem. > > https://github.com/matplotlib/matplotlib/commit/fcebc2338ad730098520c866122061eefd866641 > > The documentation now builds fine in my linux box. Excellent, thank you. Eric > > Reg

[matplotlib-devel] Inverted transform for Mollweide projection

2011-08-18 Thread Leo Singer
Hello, I want to plot a scalar function on the sphere in a Mollweide projection. My strategy is to: 1. Generate a rectangular mesh in display coordinates, 2. Apply the inverse transform for the Mollweide projection to get the data coordinates of every display coordinate, 3. Evaluate the

Re: [matplotlib-devel] Building on Windows (Was Re: Calling all Mac OSX users!)

2011-08-18 Thread Skipper Seabold
On Wed, Aug 17, 2011 at 7:33 PM, Christoph Gohlke wrote: > On 8/17/2011 4:05 PM, Skipper Seabold wrote: > > On Wed, Aug 17, 2011 at 4:21 PM, Christoph Gohlke > > wrote: > >> > >> > >>  On 8/17/2011 12:03 PM, Skipper Seabold wrote: > >> > On Wed, Aug 17, 2011 at 4:49 AM, Ch

[matplotlib-devel] key_press_event behaviour differs with backend

2011-08-18 Thread Andrew Mark
Hi, This is an extended version of the problems I reported yesterday to the user listserv here: http://sourceforge.net/mailarchive/message.php?msg_id=27953357 The basic problem is that key press events for the navigation keys ('up, 'down', 'left', 'right', 'pageup', and 'pagedown') are handled d

[matplotlib-devel] merged v1.0.x-maint into master

2011-08-18 Thread Eric Firing
There were a couple of bug fixes in maint that had not yet been merged into master, so I just did that. I'm pretty sure it is OK, but in view of the impending release, checking and testing is particularly welcome. Eric ---