Subpackages
Submodules
- api
- base_zoom_tool - Defines the base class for various types of zoom tools.
- broadcaster - Defines the BroadcasterTool class.
- cursor_tool - 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'
- data_label_tool - Defines the DataLabelTool class.
- dataprinter - Defines the DataPrinter tool class.
- drag_tool - Defines the base DragTool class.
- drag_zoom - Defines a the DragZoom tool class
- draw_points_tool - Defines the DrawPointsTool class.
- highlight_tool - Defines the HighlightTool class.
- image_inspector_tool - Defines the ImageInspectorTool, ImageInspectorOverlay, and ImageInspectorColorbarOverlay classes.
- lasso_selection - Defines the LassoSelection controller class.
- legend_tool - Defines the LegendTool class.
- line_inspector - Defines the LineInspector tool class.
- line_segment_tool - Defines the LineSegmentTool class.
- move_tool - Defines the MoveTool class.
- pan_tool - Defines the PanTool class.
- point_marker - Defines the PointMarker tool class.
- range_selection - Defines the RangeSelection controller class.
- range_selection_overlay - Defines the RangeSelectionOverlay class.
- rect_zoom - Defines the RectZoomTool class.
- regression_lasso - Defines the RegressionLasso class.
- save_tool - Defines the SaveTool class.
- scatter_inspector - Defines the ScatterInspector tool class.
- select_tool
- simple_zoom - Defines the SimpleZoom class.
- tool_history_mixin - Defines the ToolHistoryMixin class.
- tracking_pan_tool - Defines the TrackingPanTool class.
- tracking_zoom - Defines the TrackingZoom class.
- traits_tool - Defines the TraitsTool and Fifo classes, and get_nested_components90 function.
- zoom_tool