Home | Trees | Index | Help |
|
---|
Module wxmpl :: Class AxesLimits |
|
Axes
objects while
maintaining a history of the changes.
Method Summary | |
---|---|
__init__(self)
| |
Returns the history list of X and Y limits associated with axes . | |
Changes the X and Y limits of axes to their previous
values. | |
Changes the X and Y limits of axes to xrange
and {yrange} respectively. | |
Returns a boolean indicating whether axes has had its
limits altered. |
Method Details |
---|
_get_history(self, axes)Returns the history list of X and Y limits associated withaxes .
|
restore(self, axes)Changes the X and Y limits ofaxes to their previous
values. A boolean indicating whether or not the axes should be redraw
is returned.
|
set(self, axes, xrange, yrange)Changes the X and Y limits ofaxes to
xrange and {yrange} respectively. A boolean indicating
whether or not the axes should be redraw is returned, because polar
axes cannot have their limits changed sensibly.
|
zoomed(self, axes)Returns a boolean indicating whetheraxes has had its
limits altered.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Aug 28 13:47:49 2006 | http://epydoc.sf.net |