Subpackages
Submodules
- _speedups_fallback - Module that implements pure-python equivalents of the functions in the _speedups extension module.
- abstract_colormap - Defines the base class for color maps
- abstract_controller - Defines the base class for controllers.
- abstract_data_range - Defines the base class for data ranges.
- abstract_data_source - Defines the AbstractDataSource class.
- abstract_mapper - Defines the base class for mappings.
- abstract_overlay - Abstract base class for plot decorators and overlays
- abstract_plot_data - Defines the base class for plot data.
- abstract_plot_renderer - Defines a base class for plot renderers.
- api - Defines the publicly accessible items of the Chaco API.
- array_data_source - Defines the ArrayDataSource xlass.
- array_plot_data - Defines ArrayPlotData.
- axis - Defines the PlotAxis class, and associated validator and UI.
- barplot - Defines the BarPlot class.
- base - Defines basic traits and functions for the data model.
- base_1d_mapper - Defines the Base1DMapper class.
- base_2d_plot - Defines the base class for 2-D plots.
- base_data_range - Defines the BaseDataRange class.
- base_plot_container - Defines the BasePlotContainer class.
- base_plot_frame - Defines the BasePlotFrame class (deprecated).
- base_xy_plot - Defines the base class for XY plots.
- chaco_plot_container_editor - Deprecated alias for ComponentEditor.
- chaco_plot_editor - Traits UI editor for WX, based on the Chaco1 PlotEditor in traits.ui.wx.plot_editor.
- chaco_traits - Defines various traits that are used in many places in Chaco.
- chaco_version - Defines version numbering for the Chaco package.
- cmap_image_plot
- color_bar - Defines the ColorBar class.
- color_mapper - Defines the ColorMapper and ColorMapTemplate classes.
- colormapped_scatterplot - Defines the ColormappedScatterPlot and ColormappedScatterPlotView classes.
- colormapped_selection_overlay - Defines the ColormappedSelectionOverlay class.
- contour_line_plot - Defines the ContourLinePlot class.
- contour_poly_plot - Defines the ContourPolyPlot class.
- cross_plot_frame - Defines the (deprecated) CrossPlotFrame class.
- data_label - Defines the DataLabel class and related trait and function.
- data_range_1d - Defines the DataRange1D class.
- data_range_2d - Defines the DataRange2D class.
- data_view - Defines the DataView class, and associated property traits and property functions.
- datamapper - CAUTION: This is an old file from Chaco 1.x to support the spatial subdivision structures
- default_colormaps - A collection of pre-defined colormap generator functions
- errorbar_plot
- example_support
- filled_line_plot
- grid - Defines the PlotGrid class, and associated Traits UI View and validator function.
- grid_data_source - Defines the GridDataSource class.
- grid_mapper - Defines the GridMapper class, which maps from a 2-D region in data space into a structured (gridded) 1-D output space.
- image_data - Defines the ImageData class.
- image_plot - Defines the ImagePlot class.
- label - Defines the Label class.
- label_axis - Defines the LabelAxis class.
- lasso_overlay - Defines the LassoOverlay class.
- legend - Defines the Legend, AbstractCompositeIconRenderer, and CompositeIconRenderer classes.
- linear_mapper - Defines the LinearMapper class, which maps from a 1-D region in data space into a 1-D output space.
- lineplot - Defines the LinePlot class.
- log_mapper - Defines the LogMapper and InvalidDataRangeException classes.
- multi_array_data_source - Defines the MultiArrayDataSource class.
- pdf_graphics_context
- plot - Defines the Plot class.
- plot_canvas
- plot_canvas_toolbar
- plot_component - Defines the PlotComponent class.
- plot_containers - Defines various plot container classes, including stacked, grid, and overlay.
- plot_factory - Contains convenience functions to create ready-made PlotRenderer and PlotFrame instances of various types.
- plot_graphics_context - Defines the PlotGraphicsContext class.
- plot_label - Defines the PlotLabel class.
- plot_template - Defines classes needed to support templates in Chaco
- plotscrollbar
- point_data_source - Defines the PointDataSource class.
- polar_line_renderer - Defines the PolarLineRenderer class.
- polar_mapper - Defines the PolarMapper class, which maps from a 1-D region in data space into a 1-D output space.
- polygon_plot - Defines the PolygonPlot class.
- scales_axis - This module is a cut-n-paste job of axis.py
- scales_tick_generator - Defines the ScalesTickGenerator class.
- scatter_inspector_overlay
- scatter_markers - Defines markers classes, used by a variety of renderers.
- scatterplot - Defines the ScatterPlot class, and associated Traits UI view and helper function.
- selectable_legend
- selectable_overlay_container - Defines the SelectableOverlayPlotContainer class.
- serializable - Defines the Serializable mix-in class.
- simple_plot_frame - Defines the (deprecated) SimplePlotFrame class.
- speedups
- subdivision_cells - Defines cell-related classes and functions.
- subdivision_mapper - Defines the SubdivisionDataMapper and SubdivisionLineDataMapper classes.
- text_box_overlay - Defines the TextBoxOverlay class.
- ticks - Tick generator classes and helper functions for calculating axis tick-related values (i.e., bounds and intervals).
- tooltip - Defines the ToolTip class.