API Reference for Enthought Tool Suite 3.0.1
Functions and classes that compute ticks and labels for graph axes, with special handling of time and calendar axes.
Floating point range.
Returns a "nice" range and resolution for an interval and a preferred number of ticks, using Paul Heckbert's algorithm in Graphics Gems.
If enclose is True, then the function returns a min and a max that fall inside data_low and data_high; if enclose is False, the nice interval can be larger than the input interval.
| Local name | Refers to |
|---|---|
| abs | numpy.abs |
| argmin | numpy.argmin |
| array | numpy.array |
| BasicFormatter | enthought.chaco.scales.formatters.BasicFormatter |
| bisect | bisect.bisect |
| ceil | math.ceil |
| floor | math.floor |
| isnan | numpy.isnan |
| linspace | numpy.linspace |
| log10 | math.log10 |
© Copyright 2002-2008 Enthought, Inc.