.all-contributorsrc
.gitignore
.pre-commit-config.yaml
.prettierignore
LICENSE.txt
MANIFEST.in
README.md
environment.yml
postBuild
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/enhancement.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/linkcheck.yml
.github/workflows/mpl-master-test.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/extensions.json
.vscode/settings.json
docs/.gitignore
docs/Makefile
docs/backends.md
docs/comparison.md
docs/conf.py
docs/contributing.md
docs/index.html
docs/index.md
docs/install.md
docs/make.bat
docs/_static/custom.css
docs/_static/images/basic-example.gif
docs/_static/images/basic-hist.gif
docs/_static/images/force-ipywidgets.png
docs/_static/images/freq-plot-1.gif
docs/_static/images/freq-plot-2.gif
docs/_static/images/front-page-mpl-widgets.gif
docs/_static/images/front-page.gif
docs/_static/images/heatmap-slicer-move.gif
docs/_static/images/heatmap_slicer.gif
docs/_static/images/hyperslicer1.gif
docs/_static/images/hyperslicer2.gif
docs/_static/images/hyperslicer3.gif
docs/_static/images/hyperslicer4.gif
docs/_static/images/hyperslicer5.gif
docs/_static/images/imshow-basic.apng
docs/_static/images/imshow-no-cmap-auto.apng
docs/_static/images/imshow-subplots.apng
docs/_static/images/imshow-threshold.apng
docs/_static/images/interactive-plot.gif
docs/_static/images/lotka-volterra1.gif
docs/_static/images/mpl-slider-in-notebook.gif
docs/_static/images/mpl-sliders.gif
docs/_static/images/plot-categorical.apng
docs/_static/images/plot-multiple-functions.gif
docs/_static/images/plot-simple.gif
docs/_static/images/plot-slider-precision.png
docs/_static/images/same-fig-mpl-slider.png
docs/_static/images/scatter-selector-stocks.apng
docs/_static/images/scatter1.png
docs/_static/images/scatter2.png
docs/_static/images/scatter3.png
docs/_static/images/scatter4.png
docs/_static/images/scatter5.png
docs/_static/images/scatter6.png
docs/_static/images/segment-preload-mask.png
docs/_static/images/segment.gif
docs/_static/images/short-interactive.gif
docs/_static/images/slider-precision.png
docs/_static/images/styling.gif
docs/_static/images/tight-layout-heatmap-slicer.gif
docs/_static/images/usage-basic.apng
docs/_static/images/usage-categorical.apng
docs/_static/images/usage-fixed.apng
docs/_static/images/usage-index-controls.apng
docs/_static/images/usage-mixed-types.apng
docs/_static/images/usage-multi-func.apng
docs/_static/images/usage-rangeslider.apng
docs/_static/images/usage-styling.apng
docs/_static/images/usage-tuple-params.apng
docs/_static/images/zoom-and-pan.gif
docs/_templates/module.rst_t
docs/_templates/package.rst_t
docs/_templates/toc.rst_t
docs/examples/ada-mask.npy
docs/examples/animations.ipynb
docs/examples/context.ipynb
docs/examples/custom-callbacks.ipynb
docs/examples/embed_heatmap_slicer_tk.py
docs/examples/heatmap-slicer.ipynb
docs/examples/hist.ipynb
docs/examples/hyperslicer.ipynb
docs/examples/image-segmentation.ipynb
docs/examples/imshow.ipynb
docs/examples/lotka-volterra.ipynb
docs/examples/mpl-sliders.ipynb
docs/examples/mpl-sliders.py
docs/examples/nations.json
docs/examples/non-ipympl-backends.ipynb
docs/examples/plot.ipynb
docs/examples/range-sliders.ipynb
docs/examples/rossler-attractor.ipynb
docs/examples/scalar-arguments.ipynb
docs/examples/scatter-selector.ipynb
docs/examples/scatter.ipynb
docs/examples/test.dat
docs/examples/text-annotations.ipynb
docs/examples/tidbits.md
docs/examples/usage.ipynb
docs/examples/zoom-factory.ipynb
docs/examples/data/stock-metadata.pickle
docs/examples/data/stock-prices.npz
docs/examples/devlop/README.md
docs/examples/devlop/devlop-axline.ipynb
docs/examples/devlop/devlop-base.ipynb
docs/examples/devlop/devlop-controller.ipynb
docs/examples/devlop/devlop-imshow.ipynb
docs/examples/devlop/devlop-scatter.ipynb
docs/examples/gallery/README.md
docs/examples/gallery/_gen_images.py
docs/examples/gallery/_heatmap_slicer-playback.json
docs/examples/gallery/_mpl-sliders-same-figure-playback.json
docs/examples/gallery/_playback.py
docs/examples/gallery/heatmap_slicer.py
docs/examples/gallery/mpl-sliders-same-figure.py
docs/examples/tidbits/.gitkeep
docs/examples/tidbits/play-buttons.ipynb
mpl_interactions/__init__.py
mpl_interactions/_version.py
mpl_interactions/controller.py
mpl_interactions/deprecations.py
mpl_interactions/generic.py
mpl_interactions/helpers.py
mpl_interactions/ipyplot.py
mpl_interactions/mpl_kwargs.py
mpl_interactions/pyplot.py
mpl_interactions/utils.py
mpl_interactions/widgets.py
mpl_interactions/xarray_helpers.py
mpl_interactions.egg-info/PKG-INFO
mpl_interactions.egg-info/SOURCES.txt
mpl_interactions.egg-info/dependency_links.txt
mpl_interactions.egg-info/requires.txt
mpl_interactions.egg-info/top_level.txt
tests/__init__.py
tests/_util.py
tests/test_controls.py
tests/test_generic.py
tests/test_helpers.py
tests/test_pyplot.py