Re: [Matplotlib-users] Picking and events question

2009-05-25 Thread John Hunter
On Mon, May 25, 2009 at 7:16 AM, jorgesmbox...@yahoo.es wrote: Hi, I am trying to use matplotlib to visually explore some data. I started from the event_handling example code: data_browser.py example, but wanted to go a bit further. The idea is to have two plots and an image linked

Re: [Matplotlib-users] Picking and events question

2009-05-25 Thread jorgesmbox-ml
It looks like you found a pretty significant bug -- the Artist.pick method forwards the event to all of it's children, whether or not the pick event happened in the same Axes as the event being queried. Not only is this inefficient, it can create false positives when the two axes share a