File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
139148Natgrid
Original file line number Diff line number Diff line change 88Faster cursoring is possible using native GUI drawing, as in
99wxcursor_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"""
1416from __future__ import print_function
1517import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments