LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/.nojekyll
docs/API.rst
docs/Backends.rst
docs/Contributing.rst
docs/Gallery.rst
docs/Installation.rst
docs/Makefile
docs/compare-to-ipywidgets.rst
docs/conf.py
docs/gifmaker.py
docs/index.html
docs/index.rst
docs/make.bat
docs/requirements.txt
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/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/how-to-embed-gif.apng
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/examples/tidbits.rst
docs/examples/tidbits/.gitkeep
examples/Lotka-Volterra.ipynb
examples/Usage-Guide.ipynb
examples/ada-mask.npy
examples/animations.ipynb
examples/embed_heatmap_slicer_tk.py
examples/freq-plot-1.gif
examples/freq-plot-2.gif
examples/heatmap-slicer.ipynb
examples/hist.ipynb
examples/hyperslicer.ipynb
examples/image-segmentation.ipynb
examples/imshow.ipynb
examples/mpl-sliders-same-figure.py
examples/mpl-sliders.ipynb
examples/mpl-sliders.py
examples/nations.json
examples/non-ipympl-backends.ipynb
examples/plot.ipynb
examples/range-sliders.ipynb
examples/rossler-attractor.ipynb
examples/scalar-arguments.ipynb
examples/scatter-selector.ipynb
examples/scatter.ipynb
examples/test.dat
examples/zoom-factory.ipynb
examples/data/stock-metadata.pickle
examples/data/stock-prices.npz
examples/devlop/README.md
examples/devlop/devlop-axline.ipynb
examples/devlop/devlop-base.ipynb
examples/devlop/devlop-controller.ipynb
examples/devlop/devlop-imshow.ipynb
examples/devlop/devlop-scatter.ipynb
examples/tidbits/play-buttons.ipynb
mpl_interactions/__init__.py
mpl_interactions/_version.py
mpl_interactions/controller.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
mpl_interactions/tests/__init__.py
mpl_interactions/tests/test_generic.py
mpl_interactions/tests/test_helpers.py
mpl_interactions/tests/test_pyplot.py