API Reference for Enthought Tool Suite 3.2.0

A zoom tool that zooms continuously with a mouse drag movement, instead of using a zoom box or range.

By default, the tool maintains aspect ratio and zooms the plot's X and Y axes by the same amount as the user drags up and down. (In this default configuration, the horizontal position of the drag motion has no effect.)

By setting maintain_aspect_ratio to False, this tool will separably zoom the X and Y axis ranges by the (possibly different) horizontal and vertical drag motions. This is similar to the drag zoom interaction in Matplotlib.

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

© Copyright 2002-2009 Enthought, Inc.