API Reference for Enthought Tool Suite 3.2.0
Defines some chaco tools to provide draggable cursor functionality
For XY-plots, the cursor tool requires the index_sort flag to be set to either 'ascending' or 'descending'.
TODO:
(e.g. highlight the cursor line)
plot component
Factory function returning either a CursorTool1D or CursorTool2D instance depending on whether the provided plot component is an XY-plot or a 2D plot.
| Local name | Refers to |
|---|---|
| Base2DPlot | enthought.chaco.base_2d_plot.Base2DPlot |
| BaseXYPlot | enthought.chaco.base_xy_plot.BaseXYPlot |
| Bool | enthought.traits.trait_types.Bool |
| cached_property | enthought.traits.has_traits.cached_property |
| CircleMarker | enthought.chaco.scatter_markers.CircleMarker |
| Disallow | enthought.traits.trait_types.Disallow |
| DragTool | enthought.chaco.tools.drag_tool.DragTool |
| Float | enthought.traits.trait_types.Float |
| Instance | enthought.traits.trait_types.Instance |
| Int | enthought.traits.trait_types.Int |
| LineInspector | enthought.chaco.tools.line_inspector.LineInspector |
| numpy | numpy |
| Property | enthought.traits.traits.Property |
| Tuple | enthought.traits.trait_types.Tuple |
© Copyright 2002-2009 Enthought, Inc.