.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.reviewdog.yml
CHANGELOG.md
LICENSE
README.md
codecov.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/commitizen.yaml
.github/workflows/lint.yaml
.github/workflows/main.yaml
.github/workflows/plotly-resources.yaml
.github/workflows/test.yaml
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/plotly-gtk.iml
.idea/vcs.xml
.idea/watcherTasks.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
scripts/deptry2md.py
scripts/flake82md.py
scripts/mypy2md.py
sphinx/Makefile
sphinx/dependencies.pdf
sphinx/make.bat
sphinx/plotly-gtk.svg
sphinx/plotly_gtk_chart.svg
sphinx/source/api-reference.rst
sphinx/source/api.rst
sphinx/source/conf.py
sphinx/source/index.rst
sphinx/source/pytest.rst
sphinx/source/userguide.rst
sphinx/source/_templates/base.rst
sphinx/source/_templates/custom-class-template.rst
sphinx/source/_templates/custom-module-template.rst
sphinx/source/userguide/installation.rst
src/plotly_gtk/__init__.py
src/plotly_gtk/_chart.py
src/plotly_gtk/_version.py
src/plotly_gtk/chart.py
src/plotly_gtk/demo.py
src/plotly_gtk/webview.py
src/plotly_gtk.egg-info/PKG-INFO
src/plotly_gtk.egg-info/SOURCES.txt
src/plotly_gtk.egg-info/dependency_links.txt
src/plotly_gtk.egg-info/requires.txt
src/plotly_gtk.egg-info/top_level.txt
src/plotly_gtk/utils/__init__.py
src/plotly_gtk/utils/plot-schema.json
src/plotly_gtk/utils/plotly_types.py
src/plotly_gtk/utils/ticks.py
src/plotly_gtk/utils/templates/ggplot2.json
src/plotly_gtk/utils/templates/gridon.json
src/plotly_gtk/utils/templates/plotly.json
src/plotly_gtk/utils/templates/plotly_dark.json
src/plotly_gtk/utils/templates/plotly_white.json
src/plotly_gtk/utils/templates/presentation.json
src/plotly_gtk/utils/templates/seaborn.json
src/plotly_gtk/utils/templates/simple_white.json
src/plotly_gtk/utils/templates/xgridoff.json
src/plotly_gtk/utils/templates/ygridoff.json
src/plotly_gtk/widgets/__init__.py
src/plotly_gtk/widgets/annotation.py
src/plotly_gtk/widgets/axis_title.py
src/plotly_gtk/widgets/base.py
src/plotly_gtk/widgets/legend.py
src/plotly_gtk/widgets/updatemenus.py
test/__init__.py
test/test_chart.py
test/test_dummy.py
test/demo/broadway/conftest.py
test/demo/broadway/test_broadway.py