Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.56 KB

README.rst

File metadata and controls

36 lines (25 loc) · 1.56 KB

mplcursors – Interactive data selection cursors for Matplotlib

Python34 Join the chat at https://gitter.im/mplcursors/mplcursors Documentation Status Travis CodeCov

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.