File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,15 @@ toolkit written by Joe Kington to provide interactive "data cursors"
134
134
(clickable annotation boxes) for matplotlib.
135
135
136
136
137
+ .. _toolkit_mplcursors :
138
+
139
+ mplcursors
140
+ ==========
141
+
142
+ `mplcursors <https://mplcursors.readthedocs.io >`_ provides interactive
143
+ data cursors for matplotlib.
144
+
145
+
137
146
.. _toolkit_natgrid :
138
147
139
148
Natgrid
Original file line number Diff line number Diff line change 8
8
Faster cursoring is possible using native GUI drawing, as in
9
9
wxcursor_demo.py.
10
10
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
13
15
"""
14
16
from __future__ import print_function
15
17
import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments