Re: [Matplotlib-users] Get coordinates at moouse position

2009-06-04 Thread Ole Streicher
Hi John, John Hunter writes: > On Thu, Jun 4, 2009 at 9:00 AM, Ole Streicher wrote: >> when I scroll or zoom with the mouse wheel, the scaling of the x and y >> axes are changed within the event. I would need now the new value of >> these to update the status bar. How can I get them without wait

Re: [Matplotlib-users] Get coordinates at moouse position

2009-06-04 Thread John Hunter
On Thu, Jun 4, 2009 at 9:00 AM, Ole Streicher wrote: > Hi again, > > when I scroll or zoom with the mouse wheel, the scaling of the x and y > axes are changed within the event. I would need now the new value of > these to update the status bar. How can I get them without waiting for a > new mouse

[Matplotlib-users] Get coordinates at moouse position

2009-06-04 Thread Ole Streicher
Hi again, when I scroll or zoom with the mouse wheel, the scaling of the x and y axes are changed within the event. I would need now the new value of these to update the status bar. How can I get them without waiting for a new mouse event? Cheers Ole ---