[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

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 ole-usenet-s...@gmx.net 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

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

2009-06-04 Thread Ole Streicher
Hi John, John Hunter jdh2...@gmail.com writes: On Thu, Jun 4, 2009 at 9:00 AM, Ole Streicher ole-usenet-s...@gmx.net 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