File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,6 +96,15 @@ distributed with matplotlib source.
9696.. image :: /_static/demo_axes_grid.png
9797
9898
99+ .. _toolkit_mplcursors :
100+
101+ mplcursors
102+ ==========
103+
104+ `mplcursors <https://mplcursors.readthedocs.io >`_ provides interactive
105+ data cursors for matplotlib.
106+
107+
99108.. _toolkit_mpldatacursor :
100109
101110MplDataCursor
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