CHANGES.txt
LICENSE.txt
MANIFEST.in
README.rst
image_LICENSE.txt
image_LICENSE_PngSuite.txt
pyproject.toml
setup.py
chaco/__init__.py
chaco/_cython_speedups.c
chaco/_cython_speedups.pyx
chaco/_isnan.h
chaco/_speedups_fallback.py
chaco/_version.py
chaco/abstract_colormap.py
chaco/abstract_controller.py
chaco/abstract_data_range.py
chaco/abstract_data_source.py
chaco/abstract_mapper.py
chaco/abstract_overlay.py
chaco/abstract_plot_data.py
chaco/abstract_plot_renderer.py
chaco/api.py
chaco/array_data_source.py
chaco/array_plot_data.py
chaco/axis.py
chaco/axis_view.py
chaco/barplot.py
chaco/base.py
chaco/base_1d_mapper.py
chaco/base_1d_plot.py
chaco/base_2d_plot.py
chaco/base_candle_plot.py
chaco/base_contour_plot.py
chaco/base_data_range.py
chaco/base_plot_container.py
chaco/base_xy_plot.py
chaco/candle_plot.py
chaco/chaco_traits.py
chaco/cmap_image_plot.py
chaco/color_bar.py
chaco/color_mapper.py
chaco/color_spaces.py
chaco/colormap_generators.py
chaco/colormapped_scatterplot.py
chaco/colormapped_selection_overlay.py
chaco/contour_line_plot.py
chaco/contour_poly_plot.py
chaco/data_frame_plot_data.py
chaco/data_label.py
chaco/data_range_1d.py
chaco/data_range_2d.py
chaco/data_view.py
chaco/default_colormaps.py
chaco/default_colors.py
chaco/discrete_color_mapper.py
chaco/errorbar_plot.py
chaco/example_support.py
chaco/filled_line_plot.py
chaco/function_data_source.py
chaco/function_image_data.py
chaco/grid.py
chaco/grid_data_source.py
chaco/grid_mapper.py
chaco/horizon_plot.py
chaco/image_data.py
chaco/image_plot.py
chaco/image_utils.py
chaco/jitterplot.py
chaco/label.py
chaco/label_axis.py
chaco/lasso_overlay.py
chaco/legend.py
chaco/line_scatterplot_1d.py
chaco/linear_mapper.py
chaco/lineplot.py
chaco/log_mapper.py
chaco/multi_array_data_source.py
chaco/multi_line_plot.py
chaco/pdf_graphics_context.py
chaco/plot.py
chaco/plot_canvas.py
chaco/plot_canvas_toolbar.py
chaco/plot_component.py
chaco/plot_containers.py
chaco/plot_factory.py
chaco/plot_graphics_context.py
chaco/plot_label.py
chaco/plotscrollbar.py
chaco/point_data_source.py
chaco/polar_line_renderer.py
chaco/polar_mapper.py
chaco/polygon_plot.py
chaco/quiverplot.py
chaco/scales_tick_generator.py
chaco/scaly_plot.py
chaco/scatter_inspector_overlay.py
chaco/scatterplot.py
chaco/scatterplot_1d.py
chaco/segment_plot.py
chaco/selectable_legend.py
chaco/speedups.py
chaco/svg_graphics_context.py
chaco/text_box_overlay.py
chaco/text_plot.py
chaco/text_plot_1d.py
chaco/ticks.py
chaco/toolbar_plot.py
chaco/tooltip.py
chaco/transform_color_mapper.py
chaco.egg-info/PKG-INFO
chaco.egg-info/SOURCES.txt
chaco.egg-info/dependency_links.txt
chaco.egg-info/entry_points.txt
chaco.egg-info/not-zip-safe
chaco.egg-info/requires.txt
chaco.egg-info/top_level.txt
chaco/downsample/__init__.py
chaco/downsample/_lttb.c
chaco/downsample/_lttb.pyx
chaco/downsample/lttb.py
chaco/downsample/tests/__init__.py
chaco/downsample/tests/test_lttb.py
chaco/examples/__init__.py
chaco/examples/_etsdemo_info.py
chaco/examples/demo/__init__.py
chaco/examples/demo/bigdata.py
chaco/examples/demo/chaco_trait_editor.py
chaco/examples/demo/coordinate_line_overlay_demo.py
chaco/examples/demo/cursor_tool_demo.py
chaco/examples/demo/data_labels.py
chaco/examples/demo/data_view.py
chaco/examples/demo/edit_line.py
chaco/examples/demo/functionplotter.py
chaco/examples/demo/hyetograph.py
chaco/examples/demo/image_plot_origin_and_orientation.py
chaco/examples/demo/multi_line_plot_demo.py
chaco/examples/demo/nonlinear_color_mapping.py
chaco/examples/demo/qt_example.py
chaco/examples/demo/quiver.py
chaco/examples/demo/range_selection_demo.py
chaco/examples/demo/scales_test.py
chaco/examples/demo/simple_line.py
chaco/examples/demo/simple_polar.py
chaco/examples/demo/stacked_axis.py
chaco/examples/demo/status_overlay.py
chaco/examples/demo/toolbar_plot.py
chaco/examples/demo/tornado.py
chaco/examples/demo/two_plots.py
chaco/examples/demo/vanderwaals.py
chaco/examples/demo/vertical_plot.py
chaco/examples/demo/xray_plot.py
chaco/examples/demo/advanced/__init__.py
chaco/examples/demo/advanced/asynchronous_updates.py
chaco/examples/demo/advanced/cmap_variable_sized_scatter.py
chaco/examples/demo/advanced/data_cube.py
chaco/examples/demo/advanced/data_stream.py
chaco/examples/demo/advanced/scalar_image_function_inspector.py
chaco/examples/demo/basic/__init__.py
chaco/examples/demo/basic/bar_plot_configurable.py
chaco/examples/demo/basic/bar_plot_stacked.py
chaco/examples/demo/basic/bounded_grids.py
chaco/examples/demo/basic/candle.py
chaco/examples/demo/basic/cmap_image_aspect_ratio.py
chaco/examples/demo/basic/cmap_image_plot.py
chaco/examples/demo/basic/cmap_image_select.py
chaco/examples/demo/basic/cmap_scatter.py
chaco/examples/demo/basic/cmap_segment_plot.py
chaco/examples/demo/basic/contour_cmap_plot.py
chaco/examples/demo/basic/contour_plot.py
chaco/examples/demo/basic/discrete_cmap_image_plot.py
chaco/examples/demo/basic/discrete_cmap_scatter.py
chaco/examples/demo/basic/draw_layers.py
chaco/examples/demo/basic/grid_container.py
chaco/examples/demo/basic/grid_container_aspect_ratio.py
chaco/examples/demo/basic/hittest_tool.py
chaco/examples/demo/basic/horizon_plot.py
chaco/examples/demo/basic/image_from_file.py
chaco/examples/demo/basic/image_inspector.py
chaco/examples/demo/basic/image_lasso.py
chaco/examples/demo/basic/image_plot.py
chaco/examples/demo/basic/inset_plot.py
chaco/examples/demo/basic/line_drawing.py
chaco/examples/demo/basic/line_plot1.py
chaco/examples/demo/basic/line_plot_hold.py
chaco/examples/demo/basic/log_plot.py
chaco/examples/demo/basic/minard_napoleon.py
chaco/examples/demo/basic/minor_ticks_axis.py
chaco/examples/demo/basic/nans_plot.py
chaco/examples/demo/basic/pandas_data.py
chaco/examples/demo/basic/polygon_move.py
chaco/examples/demo/basic/polygon_plot_demo.py
chaco/examples/demo/basic/regression.py
chaco/examples/demo/basic/scatter.py
chaco/examples/demo/basic/scatter_1d.py
chaco/examples/demo/basic/scatter_alpha.py
chaco/examples/demo/basic/scatter_custom_marker.py
chaco/examples/demo/basic/scatter_inspector.py
chaco/examples/demo/basic/scatter_inspector2.py
chaco/examples/demo/basic/scatter_rect_select.py
chaco/examples/demo/basic/scatter_select.py
chaco/examples/demo/basic/scatter_toggle.py
chaco/examples/demo/basic/scatter_variable_size.py
chaco/examples/demo/basic/scrollbar.py
chaco/examples/demo/basic/segment_plot.py
chaco/examples/demo/basic/tabbed_plots.py
chaco/examples/demo/basic/zoomable_colorbar.py
chaco/examples/demo/financial/__init__.py
chaco/examples/demo/financial/correlations.py
chaco/examples/demo/financial/stock_prices.py
chaco/examples/tests/__init__.py
chaco/examples/tests/test_etsdemo_info.py
chaco/layers/__init__.py
chaco/layers/api.py
chaco/layers/status_layer.py
chaco/layers/svg_range_selection_overlay.py
chaco/overlays/__init__.py
chaco/overlays/aligned_container_overlay.py
chaco/overlays/api.py
chaco/overlays/colormapped_selection_overlay.py
chaco/overlays/container_overlay.py
chaco/overlays/coordinate_line_overlay.py
chaco/overlays/data_label.py
chaco/overlays/databox.py
chaco/overlays/lasso_overlay.py
chaco/overlays/legend.py
chaco/overlays/plot_label.py
chaco/overlays/scatter_inspector_overlay.py
chaco/overlays/simple_inspector_overlay.py
chaco/overlays/text_box_overlay.py
chaco/overlays/text_grid_overlay.py
chaco/overlays/tooltip.py
chaco/overlays/layers/__init__.py
chaco/overlays/layers/api.py
chaco/overlays/layers/status_layer.py
chaco/overlays/layers/svg_range_selection_overlay.py
chaco/overlays/layers/data/Dialog-error.svg
chaco/overlays/layers/data/Dialog-warning.svg
chaco/overlays/layers/data/range_selection.svg
chaco/overlays/tests/__init__.py
chaco/overlays/tests/test_data_label.py
chaco/overlays/tests/test_databox.py
chaco/plots/__init__.py
chaco/plots/api.py
chaco/plots/barplot.py
chaco/plots/candle_plot.py
chaco/plots/cmap_image_plot.py
chaco/plots/color_bar.py
chaco/plots/colormapped_scatterplot.py
chaco/plots/errorbar_plot.py
chaco/plots/filled_line_plot.py
chaco/plots/horizon_plot.py
chaco/plots/image_plot.py
chaco/plots/jitterplot.py
chaco/plots/line_scatterplot_1d.py
chaco/plots/lineplot.py
chaco/plots/multi_line_plot.py
chaco/plots/polar_line_renderer.py
chaco/plots/polygon_plot.py
chaco/plots/quiverplot.py
chaco/plots/scatterplot.py
chaco/plots/scatterplot_1d.py
chaco/plots/segment_plot.py
chaco/plots/text_plot.py
chaco/plots/text_plot_1d.py
chaco/plots/contour/__init__.py
chaco/plots/contour/cntr.c
chaco/plots/contour/contour_line_plot.py
chaco/plots/contour/contour_poly_plot.py
chaco/plots/contour/setup.py
chaco/plots/contour/tests/__init__.py
chaco/plots/contour/tests/test_contour.py
chaco/plots/tests/__init__.py
chaco/plots/tests/test_cmap_image_plot.py
chaco/plots/tests/test_colormapped_scatterplot.py
chaco/plots/tests/test_errorbarplot.py
chaco/plots/tests/test_image_plot.py
chaco/plots/tests/test_jitterplot.py
chaco/plots/tests/test_line_scatterplot.py
chaco/plots/tests/test_scatterplot_1d.py
chaco/plots/tests/test_scatterplot_renderers.py
chaco/plots/tests/test_segment_plot.py
chaco/plots/tests/test_text_plot.py
chaco/plots/tests/test_text_plot_1d.py
chaco/scales/__init__.py
chaco/scales/api.py
chaco/scales/formatters.py
chaco/scales/safetime.py
chaco/scales/scales.py
chaco/scales/time_scale.py
chaco/scales/tests/__init__.py
chaco/scales/tests/test_formatters.py
chaco/scales/tests/test_scales.py
chaco/scales/tests/test_time_scale.py
chaco/scales/tests/test_time_scale_resolution.py
chaco/tests/__init__.py
chaco/tests/_tools.py
chaco/tests/test_2d_case.py
chaco/tests/test_array_or_none.py
chaco/tests/test_array_plot_data.py
chaco/tests/test_arraydatasource.py
chaco/tests/test_base_utils.py
chaco/tests/test_border.py
chaco/tests/test_colormapper.py
chaco/tests/test_data_frame_plot_data.py
chaco/tests/test_data_view.py
chaco/tests/test_datarange_1d.py
chaco/tests/test_datarange_2d.py
chaco/tests/test_default_colormaps.py
chaco/tests/test_discrete_colormapper.py
chaco/tests/test_function_data_source.py
chaco/tests/test_grid_data_source.py
chaco/tests/test_grid_mapper.py
chaco/tests/test_highlight_tool.py
chaco/tests/test_hittest.py
chaco/tests/test_image_data.py
chaco/tests/test_image_utils.py
chaco/tests/test_instantiation_order.py
chaco/tests/test_linearmapper.py
chaco/tests/test_logmapper.py
chaco/tests/test_multi_array_data_source.py
chaco/tests/test_plot.py
chaco/tests/test_plot_factory.py
chaco/tests/test_plotcontainer.py
chaco/tests/test_speedups.py
chaco/tests/test_ticks.py
chaco/tests/data/PngSuite/basi6a08.png
chaco/tests/data/PngSuite/basn2c08.png
chaco/tools/__init__.py
chaco/tools/api.py
chaco/tools/better_selecting_zoom.py
chaco/tools/better_zoom.py
chaco/tools/broadcaster.py
chaco/tools/cursor_tool.py
chaco/tools/data_label_tool.py
chaco/tools/dataprinter.py
chaco/tools/drag_zoom.py
chaco/tools/draw_points_tool.py
chaco/tools/highlight_tool.py
chaco/tools/image_inspector_tool.py
chaco/tools/lasso_selection.py
chaco/tools/legend_highlighter.py
chaco/tools/legend_tool.py
chaco/tools/line_inspector.py
chaco/tools/line_segment_tool.py
chaco/tools/move_tool.py
chaco/tools/pan_tool.py
chaco/tools/pan_tool2.py
chaco/tools/point_marker.py
chaco/tools/range_selection.py
chaco/tools/range_selection_2d.py
chaco/tools/range_selection_overlay.py
chaco/tools/rect_zoom.py
chaco/tools/rectangular_selection.py
chaco/tools/regression_lasso.py
chaco/tools/save_tool.py
chaco/tools/scatter_inspector.py
chaco/tools/select_tool.py
chaco/tools/simple_inspector.py
chaco/tools/tool_history_mixin.py
chaco/tools/tool_states.py
chaco/tools/tracking_pan_tool.py
chaco/tools/tracking_zoom.py
chaco/tools/traits_tool.py
chaco/tools/zoom_tool.py
chaco/tools/tests/__init__.py
chaco/tools/tests/test_better_zoom_tool.py
chaco/tools/tests/test_image_inspector.py
chaco/tools/tests/test_pan_tool.py
chaco/tools/tests/test_range_selection.py
chaco/tools/tests/test_range_zoom.py
chaco/tools/tests/test_rectangular_selection_tool.py
chaco/tools/tests/test_scatter_inspector.py
chaco/tools/toolbars/__init__.py
chaco/tools/toolbars/plot_toolbar.py
chaco/tools/toolbars/toolbar_buttons.py
chaco/ui/__init__.py
chaco/ui/axis_ui.py
chaco/ui/plot_window.py
examples/demo/__init__.py
examples/demo/aspect_ratio.py
examples/demo/depth.py
examples/demo/domain_limits.py
examples/demo/financial_plot.py
examples/demo/financial_plot_dates.py
examples/demo/logo.py
examples/demo/multi_line_plot.py
examples/demo/multiaxis.py
examples/demo/multiaxis_using_Plot.py
examples/demo/noninteractive.py
examples/demo/world_map.py
examples/demo/advanced/__init__.py
examples/demo/advanced/javascript_hover_tools.py
examples/demo/advanced/spec_waterfall.py
examples/demo/advanced/spectrum.py
examples/demo/canvas/__init__.py
examples/demo/canvas/axis_tool.py
examples/demo/canvas/canvas.py
examples/demo/canvas/cliptest.py
examples/demo/canvas/data_source_button.py
examples/demo/canvas/mp_move_tool.py
examples/demo/canvas/mp_viewport_pan_tool.py
examples/demo/canvas/mptools.py
examples/demo/canvas/plot_clone_tool.py
examples/demo/canvas/transient_plot_overlay.py
examples/demo/data/.gitignore
examples/demo/data/sample.wav
examples/demo/updating_plot/__init__.py
examples/demo/updating_plot/updating_plot1.py
examples/demo/updating_plot/updating_plot2.py
examples/demo/updating_plot/updating_plot3.py
examples/demo/updating_plot/updating_plot4.py
examples/demo/updating_plot/updating_plot5.py
examples/demo/zoomed_plot/__init__.py
examples/demo/zoomed_plot/grid_plot_factory.py
examples/demo/zoomed_plot/wav_to_numeric.py
examples/demo/zoomed_plot/zoom_overlay.py
examples/demo/zoomed_plot/zoom_plot.py
examples/tutorials/tutor.py
examples/tutorials/tutorial1.py
examples/tutorials/tutorial10.py
examples/tutorials/tutorial10b.py
examples/tutorials/tutorial11.py
examples/tutorials/tutorial2.py
examples/tutorials/tutorial2_ipython.py
examples/tutorials/tutorial3.py
examples/tutorials/tutorial4.py
examples/tutorials/tutorial5.py
examples/tutorials/tutorial6.py
examples/tutorials/tutorial7.py
examples/tutorials/tutorial8.py
examples/tutorials/tutorial9.py
examples/tutorials/tutorial9b.py
examples/tutorials/tutorials.cfg
examples/tutorials/scipy2008/connected_orientation.py
examples/tutorials/scipy2008/connected_range.py
examples/tutorials/scipy2008/connected_single_range.py
examples/tutorials/scipy2008/connected_widgets.py
examples/tutorials/scipy2008/container.py
examples/tutorials/scipy2008/container_nospace.py
examples/tutorials/scipy2008/container_vertical.py
examples/tutorials/scipy2008/custom_overlay.py
examples/tutorials/scipy2008/custom_overlay_dataspace.py
examples/tutorials/scipy2008/custom_overlay_movetool.py
examples/tutorials/scipy2008/custom_tool.py
examples/tutorials/scipy2008/custom_tool_click.py
examples/tutorials/scipy2008/custom_tool_screen.py
examples/tutorials/scipy2008/data_chooser.py
examples/tutorials/scipy2008/first_plot.py
examples/tutorials/scipy2008/image.py
examples/tutorials/scipy2008/overlapping.py
examples/tutorials/scipy2008/ploteditor.py
examples/tutorials/scipy2008/scatter.py
examples/tutorials/scipy2008/tool_chooser.py
examples/tutorials/scipy2008/tools.py
examples/tutorials/scipy2008/traits_example.py
examples/tutorials/scipy2008/traits_image.py
examples/user_guide/grid_plot_container.py
examples/user_guide/h_plot_container.py
examples/user_guide/h_plot_container_add_multiple_times.py
examples/user_guide/h_plot_container_colorbar.py
examples/user_guide/overlay_container_inset.py
examples/user_guide/power_function_example.py
examples/user_guide/plot_types/create_plot_snapshots.py
examples/user_guide/plot_types/plot_window.py