CHANGES.txt
LICENSE.txt
MANIFEST.in
README.rst
dev_requirements.txt
image_LICENSE.txt
setup.py
chaco/__init__.py
chaco/_cython_speedups.c
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_plot_frame.py
chaco/base_xy_plot.py
chaco/candle_plot.py
chaco/chaco_plot_container_editor.py
chaco/chaco_plot_editor.py
chaco/chaco_traits.py
chaco/chaco_version.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/cross_plot_frame.py
chaco/data_label.py
chaco/data_range_1d.py
chaco/data_range_2d.py
chaco/data_view.py
chaco/datamapper.py
chaco/default_colormaps.py
chaco/default_colors.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/plot_template.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/scatter_inspector_overlay.py
chaco/scatter_markers.py
chaco/scatterplot.py
chaco/scatterplot_1d.py
chaco/selectable_legend.py
chaco/selectable_overlay_container.py
chaco/serializable.py
chaco/simple_plot_frame.py
chaco/speedups.py
chaco/subdivision_cells.py
chaco/subdivision_mapper.py
chaco/svg_graphics_context.py
chaco/text_box_overlay.py
chaco/text_plot_1d.py
chaco/ticks.py
chaco/toolbar_plot.py
chaco/tooltip.py
chaco/transform_color_mapper.py
chaco/variable_size_scatterplot.py
chaco.egg-info/PKG-INFO
chaco.egg-info/SOURCES.txt
chaco.egg-info/dependency_links.txt
chaco.egg-info/not-zip-safe
chaco.egg-info/requires.txt
chaco.egg-info/top_level.txt
chaco/contour/__init__.py
chaco/contour/cntr.c
chaco/contour/setup.py
chaco/layers/__init__.py
chaco/layers/api.py
chaco/layers/status_layer.py
chaco/layers/svg_range_selection_overlay.py
chaco/layers/data/Dialog-error.svg
chaco/layers/data/Dialog-warning.svg
chaco/layers/data/range_selection.svg
chaco/overlays/__init__.py
chaco/overlays/aligned_container_overlay.py
chaco/overlays/api.py
chaco/overlays/container_overlay.py
chaco/overlays/coordinate_line_overlay.py
chaco/overlays/databox.py
chaco/overlays/simple_inspector_overlay.py
chaco/overlays/text_grid_overlay.py
chaco/plugin/__init__.py
chaco/plugin/chaco_plugin.py
chaco/plugin/plot_editor.py
chaco/plugin/workbench_session.py
chaco/scales/__init__.py
chaco/scales/api.py
chaco/scales/formatters.py
chaco/scales/safetime.py
chaco/scales/scales.py
chaco/scales/scales_test_case.py
chaco/scales/time_scale.py
chaco/scales/time_scale_test_case.py
chaco/shell/__init__.py
chaco/shell/chaco_shell_error.py
chaco/shell/commands.py
chaco/shell/plot_maker.py
chaco/shell/plot_window.py
chaco/shell/preferences.py
chaco/shell/scaly_plot.py
chaco/shell/session.py
chaco/tests/__init__.py
chaco/tests/_tools.py
chaco/tests/array_plot_data_test_case.py
chaco/tests/arraydatasource_test_case.py
chaco/tests/base_utils_test_case.py
chaco/tests/border_test_case.py
chaco/tests/colormapper_test_case.py
chaco/tests/component_tests.py
chaco/tests/data_view_test_case.py
chaco/tests/datarange_1d_test_case.py
chaco/tests/datarange_2d_test_case.py
chaco/tests/default_colormaps_test_case.py
chaco/tests/function_data_source_test_case.py
chaco/tests/grid_data_source_test_case.py
chaco/tests/grid_mapper_test_case.py
chaco/tests/hittest_test_case.py
chaco/tests/image_data_test_case.py
chaco/tests/instantiation_order_test_case.py
chaco/tests/jitterplot_test_case.py
chaco/tests/line_scatterplot_test_case.py
chaco/tests/linearmapper_test_case.py
chaco/tests/logmapper_test_case.py
chaco/tests/multi_array_data_source_test_case.py
chaco/tests/plot_test_case.py
chaco/tests/plotcontainer_test_case.py
chaco/tests/scatterplot_1d_test_case.py
chaco/tests/scatterplot_renderers_test_case.py
chaco/tests/serializable_base.py
chaco/tests/serializable_test_case.py
chaco/tests/speedups_test_case.py
chaco/tests/test_cmap_image_plot.py
chaco/tests/test_colormapped_scatterplot.py
chaco/tests/test_image_plot.py
chaco/tests/test_image_utils.py
chaco/tests/text_plot_1d_test_case.py
chaco/tests/data/PngSuite/LICENSE.txt
chaco/tests/data/PngSuite/basi6a08.png
chaco/tests/data/PngSuite/basn2c08.png
chaco/tools/__init__.py
chaco/tools/api.py
chaco/tools/base_zoom_tool.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_tool.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/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/simple_zoom.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/better_zoom_test_case.py
chaco/tools/tests/pan_tool_test_case.py
chaco/tools/tests/range_selection_test_case.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
chaco/ui/popupable_plot.py
examples/demo/aspect_ratio.py
examples/demo/bigdata.py
examples/demo/chaco_trait_editor.py
examples/demo/coordinate_line_overlay_demo.py
examples/demo/cursor_tool_demo.py
examples/demo/data_labels.py
examples/demo/data_view.py
examples/demo/demo.cfg
examples/demo/demo.py
examples/demo/depth.py
examples/demo/domain_limits.py
examples/demo/edit_line.py
examples/demo/financial_plot.py
examples/demo/financial_plot_dates.py
examples/demo/functionplotter.py
examples/demo/image_plot_origin_and_orientation.py
examples/demo/logo.py
examples/demo/multi_line_plot.py
examples/demo/multi_line_plot_demo.py
examples/demo/multiaxis.py
examples/demo/multiaxis_using_Plot.py
examples/demo/noninteractive.py
examples/demo/nonlinear_color_mapping.py
examples/demo/qt_example.py
examples/demo/quiver.py
examples/demo/range_selection_demo.py
examples/demo/scales_test.py
examples/demo/simple_line.py
examples/demo/simple_polar.py
examples/demo/stacked_axis.py
examples/demo/status_overlay.py
examples/demo/toolbar_plot.py
examples/demo/tornado.py
examples/demo/two_plots.py
examples/demo/vertical_plot.py
examples/demo/vtk_example.py
examples/demo/world_map.py
examples/demo/xray_plot.py
examples/demo/advanced/asynchronous_updates.py
examples/demo/advanced/cmap_variable_sized_scatter.py
examples/demo/advanced/data_cube.py
examples/demo/advanced/data_stream.py
examples/demo/advanced/javascript_hover_tools.py
examples/demo/advanced/scalar_image_function_inspector.py
examples/demo/advanced/scalar_image_function_inspector_old.py
examples/demo/advanced/spec_waterfall.py
examples/demo/advanced/spectrum.py
examples/demo/basic/bar_plot_configurable.py
examples/demo/basic/bar_plot_stacked.py
examples/demo/basic/bounded_grids.py
examples/demo/basic/candle.py
examples/demo/basic/capitol.jpg
examples/demo/basic/cat.jpg
examples/demo/basic/cmap_image_aspect_ratio.py
examples/demo/basic/cmap_image_plot.py
examples/demo/basic/cmap_image_select.py
examples/demo/basic/cmap_scatter.py
examples/demo/basic/contour_cmap_plot.py
examples/demo/basic/contour_plot.py
examples/demo/basic/draw_layers.py
examples/demo/basic/grid_container.py
examples/demo/basic/grid_container_aspect_ratio.py
examples/demo/basic/hittest_tool.py
examples/demo/basic/horizon_plot.py
examples/demo/basic/image_LICENSE.txt
examples/demo/basic/image_from_file.py
examples/demo/basic/image_inspector.py
examples/demo/basic/image_lasso.py
examples/demo/basic/image_plot.py
examples/demo/basic/inset_plot.py
examples/demo/basic/line_drawing.py
examples/demo/basic/line_plot1.py
examples/demo/basic/line_plot_hold.py
examples/demo/basic/log_plot.py
examples/demo/basic/nans_plot.py
examples/demo/basic/polygon_move.py
examples/demo/basic/polygon_plot_demo.py
examples/demo/basic/regression.py
examples/demo/basic/scatter.py
examples/demo/basic/scatter_1d.py
examples/demo/basic/scatter_alpha.py
examples/demo/basic/scatter_custom_marker.py
examples/demo/basic/scatter_inspector.py
examples/demo/basic/scatter_select.py
examples/demo/basic/scatter_toggle.py
examples/demo/basic/scatter_variable_size.py
examples/demo/basic/scrollbar.py
examples/demo/basic/tabbed_plots.py
examples/demo/basic/traits_editor.py
examples/demo/basic/zoomable_colorbar.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/sample.wav
examples/demo/financial/correlations.py
examples/demo/financial/stock_prices.py
examples/demo/shell/add_tool.py
examples/demo/shell/contour.py
examples/demo/shell/contourf.py
examples/demo/shell/dates.py
examples/demo/shell/imshow.py
examples/demo/shell/lines.py
examples/demo/shell/loglog.py
examples/demo/shell/pcolor.py
examples/demo/shell/scatter.py
examples/demo/shell/semilog.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/vtk/cmap_scatter.py
examples/demo/vtk/spectrum.py
examples/demo/vtk/vtk_example.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/plot_types/create_plot_snapshots.py
examples/user_guide/plot_types/plot_window.py