mplcursors provides interactive data selection cursors for Matplotlib. It is inspired from mpldatacursor, with a much simplified API.
mplcursors requires Python 3, and Matplotlib≥2.1.
Read the documentation on readthedocs.org.
Install from PyPI with:
python -mpip install mplcursors
or from Github with:
python -mpip install git+https://github.com/anntzer/mplcursors
Run tests with pytest≥3.0.0.