Re: [Matplotlib-users] picking vertices of a line

2006-10-20 Thread John Hunter
> "Jeff" == Jeff Peery <[EMAIL PROTECTED]> writes: Jeff> hello, I'm using matplotlib and the wxAgg as a backend with Jeff> wxpython for a statistical process control application. I Jeff> would like to be able to pick points on an xy line and get Jeff> the index of the point. I

[Matplotlib-users] picking vertices of a line

2006-10-20 Thread Jeff Peery
hello, I'm using matplotlib and the wxAgg as a backend with wxpython for a statistical process control application. I would like to be able to pick points on an xy line and get the index of the point. I looked at the picker_demo demo and I have an idea of how this works but I'm a bit confused as to