Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anntzer/mplcursors
Interactive data selection cursors for Matplotlib.
https://github.com/anntzer/mplcursors
matplotlib
Last synced: 2 days ago
JSON representation
Interactive data selection cursors for Matplotlib.
- Host: GitHub
- URL: https://github.com/anntzer/mplcursors
- Owner: anntzer
- License: zlib
- Created: 2016-07-20T08:20:36.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T23:40:18.000Z (about 1 month ago)
- Last Synced: 2024-12-15T08:02:15.822Z (9 days ago)
- Topics: matplotlib
- Language: Python
- Homepage: https://mplcursors.readthedocs.io
- Size: 510 KB
- Stars: 114
- Watchers: 8
- Forks: 20
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Interactive data selection cursors for Matplotlib
=================================================| |GitHub| |PyPI| |conda-forge| |Debian| |Fedora| |openSUSE|
| |Read the Docs| |Build|.. |GitHub|
image:: https://img.shields.io/badge/github-anntzer%2Fmplcursors-brightgreen
:target: https://github.com/anntzer/mplcursors
.. |PyPI|
image:: https://img.shields.io/pypi/v/mplcursors.svg?color=brightgreen
:target: https://pypi.python.org/pypi/mplcursors
.. |conda-forge|
image:: https://img.shields.io/conda/v/conda-forge/mplcursors.svg?label=conda-forge&color=brightgreen
:target: https://anaconda.org/conda-forge/mplcursors
.. |Debian|
image:: https://repology.org/badge/version-for-repo/debian_unstable/mplcursors.svg?header=Debian
:target: https://packages.debian.org/sid/main/python3-mplcursors
.. |Fedora|
image:: https://repology.org/badge/version-for-repo/fedora_rawhide/python:mplcursors.svg?header=Fedora
:target: https://src.fedoraproject.org/rpms/python-mplcursors
.. |openSUSE|
image:: https://repology.org/badge/version-for-repo/opensuse_tumbleweed/python:mplcursors.svg?header=openSUSE
:target: https://software.opensuse.org/package/python3-mplcursors
.. |Read the Docs|
image:: https://img.shields.io/readthedocs/mplcursors
:target: https://mplcursors.readthedocs.io/en/latest/?badge=latest
.. |Build|
image:: https://img.shields.io/github/actions/workflow/status/anntzer/mplcursors/build.yml?branch=main
:target: https://github.com/anntzer/mplcursors/actionsmplcursors 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:
.. code-block:: sh
$ pip install mplcursors # from PyPI
$ pip install git+https://github.com/anntzer/mplcursors # from Githubor your favorite package manager.
Run tests with pytest_.
.. _Matplotlib: https://matplotlib.org
.. _mpldatacursor: https://github.com/joferkington/mpldatacursor
.. _pytest: https://pytest.org
.. _readthedocs.org: https://mplcursors.readthedocs.org