API Reference for Enthought Tool Suite 2.7.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 axis direction for a particular orientation.
DirectionProperty = Property(get_direction, set_direction)
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 DirectionProperty.
Getter function used by GridProperty.
Getter function used by OrientedMapperProperty.
Setter function used by AxisProperty.
Setter function used by DirectionProperty.
Setter function used by GridProperty.
Setter function used by OrientedMapperProperty.
| Local name | Refers to |
|---|---|
| Base1DMapper | enthought.chaco2.base_1d_mapper.Base1DMapper |
| DataRange2D | enthought.chaco2.data_range_2d.DataRange2D |
| Enum | enthought.traits.traits.Enum |
| Instance | enthought.traits.traits.Instance |
| LinearMapper | enthought.chaco2.linear_mapper.LinearMapper |
| LogMapper | enthought.chaco2.log_mapper.LogMapper |
| OverlayPlotContainer | enthought.chaco2.plot_containers.OverlayPlotContainer |
| PlotAxis | enthought.chaco2.axis.PlotAxis |
| PlotGrid | enthought.chaco2.grid.PlotGrid |
| Property | enthought.traits.traits.Property |
Copyright © 2002-2008 Enthought, Inc.