.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/workflows/test_and_deploy.yml
.napari-hub/DESCRIPTION.md
docs/_config.yml
docs/_toc.yml
docs/artists_api.md
docs/intro.md
docs/logo.png
docs/plotter_api.md
docs/references.bib
docs/requirements.txt
docs/selectors_api.md
docs/examples/canvas_widget_example.ipynb
docs/examples/histogram_artist_example.ipynb
docs/examples/scatter_artist_example.ipynb
docs/images/ellipse_selector.gif
docs/images/lasso_selector.gif
docs/images/rectangle_selector.gif
src/biaplotter/__init__.py
src/biaplotter/_version.py
src/biaplotter/artists.py
src/biaplotter/artists_base.py
src/biaplotter/colormap.py
src/biaplotter/napari.yaml
src/biaplotter/plotter.py
src/biaplotter/selectors.py
src/biaplotter.egg-info/PKG-INFO
src/biaplotter.egg-info/SOURCES.txt
src/biaplotter.egg-info/dependency_links.txt
src/biaplotter.egg-info/entry_points.txt
src/biaplotter.egg-info/requires.txt
src/biaplotter.egg-info/top_level.txt
src/biaplotter/_tests/__init__.py
src/biaplotter/_tests/test_artists.py
src/biaplotter/_tests/test_selectors.py
src/biaplotter/_tests/test_widget.py
src/biaplotter/icons/button1.png
src/biaplotter/icons/button1_checked.png
src/biaplotter/icons/ellipse.png
src/biaplotter/icons/ellipse_checked.png
src/biaplotter/icons/lasso.png
src/biaplotter/icons/lasso_checked.png
src/biaplotter/icons/rectangle.png
src/biaplotter/icons/rectangle_checked.png
src/biaplotter/icons/show_overlay.png
src/biaplotter/icons/show_overlay_checked.png