Re: [matplotlib-devel] [Matplotlib-users] contourf with rgba colours

2012-01-04 Thread Tony Yu
On Tue, Jan 3, 2012 at 1:10 AM, Eric Firing wrote: > On 01/02/2012 05:51 PM, Tony Yu wrote: > >> >> >> On Mon, Jan 2, 2012 at 3:33 PM, Eric Firing > > wrote: >> >>On 12/30/2011 01:57 PM, Paul Ivanov wrote: >> >>Eric Firing, on 2011-12-27 15:31, wrote: >> >

[matplotlib-devel] RectangleSelector

2012-01-04 Thread Arnaud Gardelein
In my configuration, when button is released out of the axes, RectangleSelector does not catch the release-button event. The rectangle patch is then left on the Axe. I found more convenient for my application (oscopy, see oscopy.org) to catch the event even if out of axes and limit to the boundarie

Re: [matplotlib-devel] RectangleSelector

2012-01-04 Thread Benjamin Root
On Thursday, January 5, 2012, Arnaud Gardelein wrote: > In my configuration, when button is released out of the axes, > RectangleSelector does not catch the release-button event. The rectangle > patch is then left on the Axe. I found more convenient for my > application (oscopy, see oscopy.org) to