Re: [Matplotlib-users] plot data point browsing

2007-06-14 Thread jkitchin
This great! Thanks for the speedy response. I will have to try this out on a large dataset. I have already seen an issue when clicking near two points that are close together, then the browser selects both points. but the key browsing helps alot to get around that. This is a great starting poin

Re: [Matplotlib-users] plot data point browsing

2007-06-14 Thread John Hunter
On 6/14/07, jkitchin <[EMAIL PROTECTED]> wrote: I just learned about the (new?) picker features in matplotlib. That is a fantastic development! Someone else mentioned about having a problem though when the points are clustered together, which brings me to my question: Is there a way to "browse"

[Matplotlib-users] plot data point browsing

2007-06-14 Thread jkitchin
I just learned about the (new?) picker features in matplotlib. That is a fantastic development! Someone else mentioned about having a problem though when the points are clustered together, which brings me to my question: Is there a way to "browse" through the data points using the tab key? What