API Reference for Enthought Tool Suite 3.0.1
Defines the DataRange1D class.
Calculates bounds for a given 1-D set of data.
(min, max) for the new bounds. If either of the calculated bounds is NaN, returns (0,0).
Setting both low_set and high_set to 'track' is an invalid state; the method copes by setting high_set to 'auto', and proceeding.
| Local name | Refers to |
|---|---|
| arg_find_runs | enthought.chaco.base.arg_find_runs |
| BaseDataRange | enthought.chaco.base_data_range.BaseDataRange |
| Bool | enthought.traits.trait_types.Bool |
| Callable | enthought.traits.trait_types.Callable |
| ceil | math.ceil |
| CFloat | enthought.traits.trait_types.CFloat |
| compress | numpy.compress |
| Enum | enthought.traits.trait_types.Enum |
| Float | enthought.traits.trait_types.Float |
| floor | math.floor |
| heckbert_interval | enthought.chaco.ticks.heckbert_interval |
| inf | numpy.inf |
| isnan | numpy.isnan |
| log | math.log |
| Property | enthought.traits.traits.Property |
| Trait | enthought.traits.traits.Trait |
© Copyright 2002-2008 Enthought, Inc.