.gitignore
.pre-commit-config.yaml
.ruff.toml
CHANGES.md
LICENSE
MANIFEST.in
README.rst
RELEASE.rst
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/release.yml
.github/workflows/ci_workflows.yml
.github/workflows/update-changelog.yaml
docs/PlotlyViewerExample.ipynb
docs/airplanes.html
docs/airplanes_3d.html
docs/airplanes_histogram.html
docs/favicon.ico
docs/histogram.html
docs/index.html
docs/profile.html
docs/w5_dendro.html
docs/w5_image.html
docs/assets/css/main.css
docs/assets/img/BqplotToolbarHighlighted.png
docs/assets/img/HistogramViewer.png
docs/assets/img/QtChartStudioExport.gif
docs/assets/img/QtToolbarExport.gif
docs/assets/img/airplanes.png
docs/assets/img/airplanes_3d.png
docs/assets/img/airplanes_histogram.png
docs/assets/img/chart_studio.svg
docs/assets/img/logo.png
docs/assets/img/logo_full.png
docs/assets/img/plotly.png
docs/assets/img/plotly_text.svg
docs/assets/img/profile.png
docs/assets/img/w5_dendro.png
docs/assets/img/w5_image.png
glue_plotly/__init__.py
glue_plotly/conftest.py
glue_plotly/export_dialog.py
glue_plotly/jupyter_base_export_tool.py
glue_plotly/logo.png
glue_plotly/logo.svg
glue_plotly/sort_components.py
glue_plotly/sort_components.ui
glue_plotly/utils.py
glue_plotly/volume_options.py
glue_plotly/volume_options.ui
glue_plotly.egg-info/PKG-INFO
glue_plotly.egg-info/SOURCES.txt
glue_plotly.egg-info/dependency_links.txt
glue_plotly.egg-info/entry_points.txt
glue_plotly.egg-info/not-zip-safe
glue_plotly.egg-info/requires.txt
glue_plotly.egg-info/top_level.txt
glue_plotly/common/__init__.py
glue_plotly/common/base_3d.py
glue_plotly/common/common.py
glue_plotly/common/dendrogram.py
glue_plotly/common/dotplot.py
glue_plotly/common/histogram.py
glue_plotly/common/image.py
glue_plotly/common/profile.py
glue_plotly/common/scatter2d.py
glue_plotly/common/scatter3d.py
glue_plotly/common/volume.py
glue_plotly/common/tests/__init__.py
glue_plotly/common/tests/test_dendrogram.py
glue_plotly/common/tests/test_histogram.py
glue_plotly/common/tests/test_profile.py
glue_plotly/common/tests/test_scatter2d.py
glue_plotly/common/tests/utils.py
glue_plotly/html_exporters/__init__.py
glue_plotly/html_exporters/base_save_hover.py
glue_plotly/html_exporters/hover_utils.py
glue_plotly/html_exporters/jupyter/__init__.py
glue_plotly/html_exporters/jupyter/histogram.py
glue_plotly/html_exporters/jupyter/image.py
glue_plotly/html_exporters/jupyter/profile.py
glue_plotly/html_exporters/jupyter/save_hover.py
glue_plotly/html_exporters/jupyter/save_hover.vue
glue_plotly/html_exporters/jupyter/scatter2d.py
glue_plotly/html_exporters/jupyter/scatter3d.py
glue_plotly/html_exporters/jupyter/volume.py
glue_plotly/html_exporters/jupyter/tests/__init__.py
glue_plotly/html_exporters/jupyter/tests/test_base.py
glue_plotly/html_exporters/jupyter/tests/test_histogram.py
glue_plotly/html_exporters/jupyter/tests/test_image.py
glue_plotly/html_exporters/jupyter/tests/test_ipyvolume_scatter3d.py
glue_plotly/html_exporters/jupyter/tests/test_ipyvolume_volume.py
glue_plotly/html_exporters/jupyter/tests/test_profile.py
glue_plotly/html_exporters/jupyter/tests/test_scatter2d.py
glue_plotly/html_exporters/jupyter/tests/test_vispy_scatter3d.py
glue_plotly/html_exporters/jupyter/tests/test_vispy_volume.py
glue_plotly/html_exporters/qt/__init__.py
glue_plotly/html_exporters/qt/dendrogram.py
glue_plotly/html_exporters/qt/histogram.py
glue_plotly/html_exporters/qt/image.py
glue_plotly/html_exporters/qt/options_state.py
glue_plotly/html_exporters/qt/profile.py
glue_plotly/html_exporters/qt/save_hover.py
glue_plotly/html_exporters/qt/save_hover.ui
glue_plotly/html_exporters/qt/scatter2d.py
glue_plotly/html_exporters/qt/scatter3d.py
glue_plotly/html_exporters/qt/table.py
glue_plotly/html_exporters/qt/utils.py
glue_plotly/html_exporters/qt/volume.py
glue_plotly/html_exporters/qt/tests/__init__.py
glue_plotly/html_exporters/qt/tests/test_base.py
glue_plotly/html_exporters/qt/tests/test_dendrogram.py
glue_plotly/html_exporters/qt/tests/test_histogram.py
glue_plotly/html_exporters/qt/tests/test_image.py
glue_plotly/html_exporters/qt/tests/test_profile.py
glue_plotly/html_exporters/qt/tests/test_scatter2d.py
glue_plotly/html_exporters/qt/tests/test_scatter3d.py
glue_plotly/html_exporters/qt/tests/test_table.py
glue_plotly/html_exporters/qt/tests/test_volume.py
glue_plotly/viewers/__init__.py
glue_plotly/viewers/common/__init__.py
glue_plotly/viewers/common/state.py
glue_plotly/viewers/common/tools.py
glue_plotly/viewers/common/viewer.py
glue_plotly/viewers/common/tests/__init__.py
glue_plotly/viewers/common/tests/base_viewer_tests.py
glue_plotly/viewers/common/tests/test_tools.py
glue_plotly/viewers/common/tests/utils.py
glue_plotly/viewers/histogram/__init__.py
glue_plotly/viewers/histogram/dotplot_layer_artist.py
glue_plotly/viewers/histogram/layer_artist.py
glue_plotly/viewers/histogram/state.py
glue_plotly/viewers/histogram/viewer.py
glue_plotly/viewers/histogram/viewer_state_widget.py
glue_plotly/viewers/histogram/viewer_state_widget.vue
glue_plotly/viewers/histogram/tests/__init__.py
glue_plotly/viewers/histogram/tests/test_dotplot.py
glue_plotly/viewers/histogram/tests/test_viewer.py
glue_plotly/viewers/scatter/__init__.py
glue_plotly/viewers/scatter/layer_artist.py
glue_plotly/viewers/scatter/layer_state_widget.py
glue_plotly/viewers/scatter/layer_state_widget.vue
glue_plotly/viewers/scatter/state.py
glue_plotly/viewers/scatter/viewer.py
glue_plotly/viewers/scatter/viewer_state_widget.py
glue_plotly/viewers/scatter/viewer_state_widget.vue
glue_plotly/viewers/scatter/tests/__init__.py
glue_plotly/viewers/scatter/tests/test_viewer.py