Re: [Matplotlib-users] Zoom event assigned to a Push button in QT

2010-07-08 Thread Benjamin Root
Yes, I believe so. I believe it is possible to create the axes with navigation disabled so that their callbacks are never connected. Then, you can use the same callback system to trigger the axes pan and zoom on your own controls. http://matplotlib.sourceforge.net/users/event_handling.html http

[Matplotlib-users] Zoom event assigned to a Push button in QT

2010-07-08 Thread German Ocampo
Good afternoon I'm working in an application with a simple figure embbebed in a QT Dialog. I want to instead of use the navigation toolbar of matplotlib, have some Qt push buttons in the form, that allow to perform the Zoom and Pan. Is it possible to do it? Many thanks for your help German ---