davidgilbertson / mplcursors

Interactive data selection cursors for Matplotlib.

Home Page:https://mplcursors.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive data selection cursors for Matplotlib

mplcursors provides interactive data selection cursors for Matplotlib. It is inspired from mpldatacursor, with a much simplified API.

mplcursors requires Matplotlib≥3.1.

Read the documentation on readthedocs.org.

As usual, install using pip:

$ pip install mplcursors  # from PyPI
$ pip install git+https://github.com/anntzer/mplcursors  # from Github

or your favorite package manager.

Run tests with pytest≥3.7.1.

About

Interactive data selection cursors for Matplotlib.

https://mplcursors.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%