Re: [matplotlib-devel] [PATCH] Discontinuous colormaps are reversed incorrectly

2010-10-03 Thread Eric Firing
On 10/01/2010 03:59 PM, Stan West wrote: > Hi, developers. I stumbled upon this when I noticed that gist_stern_r > isn't the reverse of gist_stern. As the attached script shows, the > discontinuity in red is wrong, and green stays zero instead of ramping. > The problem seems to be that when cm.revc

Re: [matplotlib-devel] Event handling broken in svn?

2010-10-03 Thread Fernando Perez
On Sun, Oct 3, 2010 at 2:05 PM, Eric Firing wrote: > >> section about this pattern to the event docs: >> >> http://matplotlib.sourceforge.net/users/event_handling.html > > Done in 8723. Thanks! Cheers, f -- Virtualizat

Re: [matplotlib-devel] Event handling broken in svn?

2010-10-03 Thread Eric Firing
On 10/01/2010 08:01 AM, Fernando Perez wrote: > > In any case, if my logic is flawed (quite likely, since I imagine M. > D. had a good look at this), it might be worth adding a > > .. warning:: > > section about this pattern to the event docs: > > http://matplotlib.sourceforge.net/users/event_hand

Re: [matplotlib-devel] Projections - custom_projection_example.py

2010-10-03 Thread Andrew Straw
On 10/2/2010 8:33 PM, Mitchell Jon Stanton-Cook wrote: > Hello, > > I have been trying to modify the custom projection example > (http://matplotlib.sourceforge.net/examples/api/custom_projection_example.html) > to plot a Sanson Flamsteed Projection (Sinusoidal projection). Dear Mitchell, Can yo