Re: [Matplotlib-users] Fwd: Event handling

2009-01-27 Thread John Hunter
On Tue, Jan 27, 2009 at 9:27 AM, Nils Wagner wrote: >> If you want to only return a single point, you can write >>a custom >> picker function to return only the point closest to the >>click point. >> > > Unfortunately, I am not sure how to implement a custom > picker function. > > Any pointer wou

Re: [Matplotlib-users] Fwd: Event handling

2009-01-27 Thread Nils Wagner
On Tue, 27 Jan 2009 08:57:17 -0600 John Hunter wrote: > On Tue, Jan 27, 2009 at 8:18 AM, Nils Wagner > wrote: >>> Thank you very much for your response. >>> The horizontal distance between consecutive points is >>> 5. in my application. >>> >>> Is the value of picker linked to the distance ? >>

Re: [Matplotlib-users] Fwd: Event handling

2009-01-27 Thread John Hunter
On Tue, Jan 27, 2009 at 8:18 AM, Nils Wagner wrote: >> Thank you very much for your response. >> The horizontal distance between consecutive points is >> 5. in my application. >> >> Is the value of picker linked to the distance ? >> I mean >> How should I use picker to circumvent multiple results

[Matplotlib-users] Fwd: Event handling

2009-01-27 Thread Nils Wagner
--- Begin Message --- Please respond on list and I, or someone else, will try and respond. On Tue, Jan 27, 2009 at 7:08 AM, Nils Wagner wrote: > On Tue, 27 Jan 2009 06:37:09 -0600 > John Hunter wrote: >> >> On Tue, Jan 27, 2009 at 2:15 AM, Nils Wagner >> wrote: >>> >>> Hi all, >>> >>> Is it po