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

Re: [Matplotlib-users] Picking and events question

2009-05-25 Thread John Hunter
On Mon, May 25, 2009 at 7:16 AM, 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 together. The first p

[Matplotlib-users] Picking and events question

2009-05-25 Thread jorgesmbox-ml
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 together. The first plot represents a measure calculated from an image regi