Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57e2506

Browse files
committed
Merge remote-tracking branch 'matplotlib/v1.5.3-doc' into v2.x
2 parents 88ca387 + d134631 commit 57e2506

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

doc/mpl_toolkits/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

101110
MplDataCursor

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)