8000 Merge pull request #7242 from anntzer/mplcursors · matplotlib/matplotlib@a729227 · GitHub
[go: up one dir, main page]

Skip to content

Commit a729227

Browse files
authored
Merge pull request #7242 from anntzer/mplcursors
DOC: Add mplcursors to third-party packages.
2 parents b34c55d + 87fea98 commit a729227

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

doc/thirdpartypackages/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,15 @@ toolkit written by Joe Kington to provide interactive "data cursors"
134134
(clickable annotation boxes) for matplotlib.
135135

136136

137+
.. _toolkit_mplcursors:
138+
139+
mplcursors
140+
==========
141+
142+
`mplcursors <https://mplcursors.readthedocs.io>`_ provides interactive
143+
data cursors for matplotlib.
144+
145+
137146
.. _toolkit_natgrid:
138147

139148
Natgrid

examples/pylab_examples/cursor_demo.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
Faster cursoring is possible using native GUI drawing, as in
99
wxcursor_demo.py.
1010
11-
Also, mpldatacursor can be used to achieve a similar effect. See webpage:
12-
https://github.com/joferkington/mpldatacursor
11+
The mpldatacursor and mplcursors third-party packages can be used to achieve a
12+
similar effect. See
13+
https://github.com/joferkington/mpldatacursor
14+
https://github.com/anntzer/mplcursors
1315
"""
1416
from __future__ import print_function
1517
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)
0