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 a729227

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

File tree

Expand file treeCollapse file tree

2 files changed

+13
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+13
-2
lines changed

‎doc/thirdpartypackages/index.rst

Copy file name to clipboardExpand all lines: doc/thirdpartypackages/index.rst
+9Lines 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

Copy file name to clipboardExpand all lines: examples/pylab_examples/cursor_demo.py
+4-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.