.gitignore
CHANGES.md
LICENSE
MANIFEST.in
README.rst
RELEASE.rst
codecov.yml
setup.cfg
setup.py
tox.ini
.github/release.yml
.github/workflows/ci_workflows.yml
.github/workflows/update-changelog.yaml
glue_plotly/__init__.py
glue_plotly/conftest.py
glue_plotly/export_dialog.py
glue_plotly/logo.png
glue_plotly/logo.svg
glue_plotly/save_hover.py
glue_plotly/save_hover.ui
glue_plotly/sort_components.py
glue_plotly/sort_components.ui
glue_plotly/utils.py
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/common.py
glue_plotly/common/dendrogram.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/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/bqplot/__init__.py
glue_plotly/html_exporters/bqplot/base.py
glue_plotly/html_exporters/bqplot/histogram.py
glue_plotly/html_exporters/bqplot/image.py
glue_plotly/html_exporters/bqplot/profile.py
glue_plotly/html_exporters/bqplot/scatter2d.py
glue_plotly/html_exporters/bqplot/tests/__init__.py
glue_plotly/html_exporters/bqplot/tests/test_base.py
glue_plotly/html_exporters/bqplot/tests/test_histogram.py
glue_plotly/html_exporters/bqplot/tests/test_image.py
glue_plotly/html_exporters/bqplot/tests/test_profile.py
glue_plotly/html_exporters/bqplot/tests/test_scatter2d.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/profile.py
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/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/viewers/__init__.py
glue_plotly/viewers/common/__init__.py
glue_plotly/viewers/common/tools.py
glue_plotly/viewers/common/viewer.py
glue_plotly/viewers/histogram/layer_artist.py
glue_plotly/viewers/histogram/viewer.py
glue_plotly/viewers/scatter/layer_artist.py
glue_plotly/viewers/scatter/viewer.py
glue_plotly/web/__init__.py
glue_plotly/web/export_plotly.py
glue_plotly/web/qt/__init__.py
glue_plotly/web/qt/exporter.py
glue_plotly/web/qt/exporter.ui
glue_plotly/web/qt/tests/__init__.py
glue_plotly/web/qt/tests/test_exporter.py
glue_plotly/web/qt/tests/test_plotly.py
glue_plotly/web/tests/__init__.py