.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.python-version
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/nightly_at_main.yml
.github/workflows/nightly_at_main_lower_bound.yml
.github/workflows/nightly_at_release.yml
.github/workflows/python-version-ci
.github/workflows/release.yml
.github/workflows/test.yml
.github/workflows/unpinned.yml
.github/workflows/weekly_windows_macos.yml
docs/conf.py
docs/index.md
docs/_static/anaconda-icon.js
docs/_static/favicon.ico
docs/_static/logo-dark.svg
docs/_static/logo-text.svg
docs/_static/logo.svg
docs/_templates/class-template.rst
docs/_templates/doc_version.html
docs/_templates/module-template.rst
docs/about/index.md
docs/api-reference/index.md
docs/developer/coding-conventions.md
docs/developer/dependency-management.md
docs/developer/getting-started.md
docs/developer/index.md
docs/user-guide/imshow.ipynb
docs/user-guide/index.md
docs/user-guide/installation.md
docs/user-guide/plot.ipynb
docs/user-guide/scatter.ipynb
requirements/base.in
requirements/base.txt
requirements/basetest.in
requirements/basetest.txt
requirements/ci.in
requirements/ci.txt
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/make_base.py
requirements/mypy.in
requirements/mypy.txt
requirements/nightly.in
requirements/nightly.txt
requirements/static.in
requirements/static.txt
requirements/test.in
requirements/test.txt
requirements/wheels.in
requirements/wheels.txt
src/matplotgl/__init__.py
src/matplotgl/axes.py
src/matplotgl/colorbar.py
src/matplotgl/figure.py
src/matplotgl/image.py
src/matplotgl/line.py
src/matplotgl/mesh.py
src/matplotgl/norm.py
src/matplotgl/points.py
src/matplotgl/py.typed
src/matplotgl/pyplot.py
src/matplotgl/subplots.py
src/matplotgl/toolbar.py
src/matplotgl/utils.py
src/matplotgl/widgets.py
src/matplotgl.egg-info/PKG-INFO
src/matplotgl.egg-info/SOURCES.txt
src/matplotgl.egg-info/dependency_links.txt
src/matplotgl.egg-info/requires.txt
src/matplotgl.egg-info/top_level.txt
tests/colorbar_test.py
tests/package_test.py
tests/plot_test.py