zoom on

Ok but I would like to activate zooming for users within the program. The purpose is to display all the figures with the zoom activated by default because in this (small) application users always have to zoom.

JM.

···

stephen.walton@...267... wrote:

Zooming is available via the widgets at the bottom of the plot menu by
default.

You want the initial graph to come up already zoomed in, is that it?

···

On Thu, 2004-09-02 at 01:33, Jean-Michel Philippe wrote:

stephen.walton@...267... wrote:
> Zooming is available via the widgets at the bottom of the plot menu by
> default.

Ok but I would like to activate zooming for users within the program.

--
Stephen Walton <stephen.walton@...267...>
Dept. of Physics & Astronomy, CSU Northridge

Stephen Walton wrote:

···

On Thu, 2004-09-02 at 01:33, Jean-Michel Philippe wrote:

stephen.walton@...267... wrote:
   

Zooming is available via the widgets at the bottom of the plot menu by
default.
     

Ok but I would like to activate zooming for users within the program.
   
You want the initial graph to come up already zoomed in, is that it?

In Matlab, you can create a plot, and then calling "zoom on" does the same thing as clicking the zoom button in MPL: it just gives zooming context to mouse clicks inside the axes. It would be helpful to know how to give such context to mouse clicks without having to include toolbar2 in a figure.

Darren