.coverage
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
coverage-badge.svg
mkdocs.yaml
package-lock.json
package.json
pyproject.toml
vitest.config.js
.github/workflows/doc.yaml
.github/workflows/lint.yaml
.github/workflows/pypi.yaml
.github/workflows/tests-js.yaml
.github/workflows/tests-python.yaml
.github/workflows/type.yaml
docs/index.md
docs/index.qmd
docs/developers/contributing.md
docs/developers/overview.md
docs/developers/parsing-matplotlib-svg.md
docs/developers/svg-parser-reference.md
docs/gallery/index.md
docs/gallery/index.qmd
docs/guides/advanced/advanced.py
docs/guides/advanced/index.md
docs/guides/css/CSS.py
docs/guides/css/index.md
docs/guides/embed-graphs/index.md
docs/guides/javascript/index.md
docs/guides/javascript/javascript.py
docs/guides/troubleshooting/index.md
docs/iframes/CSS-2.html
docs/iframes/CSS.html
docs/iframes/area-natural-disasters.html
docs/iframes/bug.html
docs/iframes/javascript.html
docs/iframes/javascript2.html
docs/iframes/quickstart.html
docs/iframes/quickstart10.html
docs/iframes/quickstart11.html
docs/iframes/quickstart2.html
docs/iframes/quickstart3.html
docs/iframes/quickstart4.html
docs/iframes/quickstart5.html
docs/iframes/quickstart6.html
docs/iframes/quickstart7.html
docs/iframes/quickstart8.html
docs/iframes/quickstart9.html
docs/iframes/random-walk-1.html
docs/img/how-it-works-1.png
docs/img/how-it-works-2.png
docs/img/overview.png
docs/index_files/figure-commonmark/cell-3-output-1.png
docs/reference/css.md
docs/reference/datasets.md
docs/reference/javascript.md
docs/reference/plotjs.md
docs/static/style.css
docs/stylesheets/style.css
overrides/partials/footer.html
plotjs/__init__.py
plotjs/css.py
plotjs/javascript.py
plotjs/main.py
plotjs/utils.py
plotjs.egg-info/PKG-INFO
plotjs.egg-info/SOURCES.txt
plotjs.egg-info/dependency_links.txt
plotjs.egg-info/requires.txt
plotjs.egg-info/top_level.txt
plotjs/data/__init__.py
plotjs/data/datasets.py
plotjs/data/iris.csv
plotjs/data/mtcars.csv
plotjs/data/titanic.csv
plotjs/static/default.css
plotjs/static/plotparser.js
plotjs/static/template.html
tests/test-javascript/ParserSelectors.test.js
tests/test-javascript/ParserSetHover.test.js
tests/test-python/__init__.py
tests/test-python/test_css_and_js_utils.py
tests/test-python/test_data.py
tests/test-python/test_magic_plot.py
tests/test-python/test_main.py
tests/test-python/test_other_utils.py
tests/test-python/static/script.js
tests/test-python/static/script2.js
tests/test-python/static/style-invalid.css
tests/test-python/static/style.css