.gitignore
.readthedocs.yaml
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
.github/workflows/build.yml
doc/.gitignore
doc/Makefile
doc/make.bat
doc/source/_local_ext.py
doc/source/changelog.rst
doc/source/conf.py
doc/source/index.rst
doc/source/modules.rst
doc/source/mplcursors.rst
doc/source/_static/hide_some_gallery_elements.css
doc/source/images/basic.png
examples/README.txt
examples/artist_labels.py
examples/bar.py
examples/basic.py
examples/change_popup_color.py
examples/contour.py
examples/dataframe.py
examples/date.py
examples/highlight.py
examples/hover.py
examples/image.py
examples/keyboard_shortcuts.py
examples/labeled_points.py
examples/nondraggable.py
examples/paired_highlight.py
examples/scatter.py
examples/step.py
src/mplcursors/__init__.py
src/mplcursors/_mplcursors.py
src/mplcursors/_pick_info.py
src/mplcursors.egg-info/PKG-INFO
src/mplcursors.egg-info/SOURCES.txt
src/mplcursors.egg-info/dependency_links.txt
src/mplcursors.egg-info/requires.txt
src/mplcursors.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_mplcursors.py