8000 Add mplcursors to third-party packages. · matplotlib/matplotlib@017d64f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 017d64f

Browse files
committed
Add mplcursors to third-party packages.
Self-plug :-)
1 parent b34c55d commit 017d64f

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://github.com/anntzer/mplcursors>` 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