API Reference for Enthought Tool Suite 2.7.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.chaco2.base.arg_find_runs |
| BaseDataRange | enthought.chaco2.base_data_range.BaseDataRange |
| bin_search | enthought.chaco2.base.bin_search |
| ceil | math.ceil |
| CFloat | enthought.traits.traits.CFloat |
| compress | numpy.compress |
| Enum | enthought.traits.traits.Enum |
| false | enthought.traits.traits.false |
| floor | math.floor |
| heckbert_interval | enthought.chaco2.ticks.heckbert_interval |
| inf | numpy.inf |
| isnan | numpy.isnan |
| log | math.log |
| Property | enthought.traits.traits.Property |
| Trait | enthought.traits.traits.Trait |
| true | enthought.traits.traits.true |
Copyright © 2002-2008 Enthought, Inc.