Re: [matplotlib-devel] faulty design for Lasso widget?

2012-02-28 Thread Benjamin Root
On Mon, Feb 27, 2012 at 9:45 PM, Tony Yu wrote: > > > On Fri, Feb 17, 2012 at 12:17 PM, Benjamin Root wrote: > >> >> >> On Fri, Feb 17, 2012 at 11:06 AM, Ryan May wrote: >> >>> On Fri, Feb 17, 2012 at 10:14 AM, Benjamin Root wrote: >>> > Hello all, >>> > >>> > I tracked down an annoying proble

Re: [matplotlib-devel] faulty design for Lasso widget?

2012-02-28 Thread John Hunter
On Tue, Feb 28, 2012 at 10:44 AM, Benjamin Root wrote: > > The Lasso disconnects itself after the button_release event because that's > what indicates that you are done. The user gets back a single Line2D > object that is assumed to represent a single path with no breaks. Reusing > the Lasso wi

Re: [matplotlib-devel] faulty design for Lasso widget?

2012-02-28 Thread Benjamin Root
On Tue, Feb 28, 2012 at 10:58 AM, John Hunter wrote: > > > On Tue, Feb 28, 2012 at 10:44 AM, Benjamin Root wrote: > >> >> The Lasso disconnects itself after the button_release event because >> that's what indicates that you are done. The user gets back a single >> Line2D object that is assumed

Re: [matplotlib-devel] faulty design for Lasso widget?

2012-02-28 Thread Benjamin Root
On Tue, Feb 28, 2012 at 1:00 PM, Tony Yu wrote: > > > On Tue, Feb 28, 2012 at 11:44 AM, Benjamin Root wrote: > >> On Mon, Feb 27, 2012 at 9:45 PM, Tony Yu wrote: >> >>> >>> >>> On Fri, Feb 17, 2012 at 12:17 PM, Benjamin Root wrote: >>> On Fri, Feb 17, 2012 at 11:06 AM, Ryan May