API Reference for Enthought Tool Suite 3.0.1
Defines the DataView class, and associated property traits and property functions.
Property that represents an axis.
AxisProperty = Property(get_axis, set_axis)
Property that represents a grid for a particular orientation.
GridProperty = Property(get_grid, set_grid)
Property that represents a mapper for an orientation.
OrientedMapperProperty = Property(get_mapper, set_mapper)
Getter function used by AxisProperty.
Getter function used by GridProperty.
Getter function used by OrientedMapperProperty.
Setter function used by AxisProperty.
Setter function used by GridProperty.
Setter function used by OrientedMapperProperty.
| Local name | Refers to |
|---|---|
| array | numpy.array |
| Base1DMapper | enthought.chaco.base_1d_mapper.Base1DMapper |
| Base2DPlot | enthought.chaco.base_2d_plot.Base2DPlot |
| DataRange2D | enthought.chaco.data_range_2d.DataRange2D |
| Enum | enthought.traits.trait_types.Enum |
| Instance | enthought.traits.trait_types.Instance |
| LinearMapper | enthought.chaco.linear_mapper.LinearMapper |
| LogMapper | enthought.chaco.log_mapper.LogMapper |
| OverlayPlotContainer | enthought.chaco.plot_containers.OverlayPlotContainer |
| PlotAxis | enthought.chaco.axis.PlotAxis |
| PlotGrid | enthought.chaco.grid.PlotGrid |
| Property | enthought.traits.traits.Property |
| transpose | numpy.transpose |
© Copyright 2002-2008 Enthought, Inc.