File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
__ https://github.com/joferkington/mpldatacursor
23
23
__ https://github.com/anntzer/mplcursors
24
+
25
+ .. redirect-from:: /gallery/misc/cursor_demo
24
26
"""
25
27
26
28
import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 10
10
creation of new widgets and their event callbacks.
11
11
12
12
See also the :doc:`cross hair cursor
13
- </gallery/misc /cursor_demo>`, which implements a cursor tracking the plotted
14
- data, but without using inheritance and without displaying the currently
15
- tracked coordinates.
13
+ </gallery/event_handling /cursor_demo>`, which implements a cursor tracking the
14
+ plotted data, but without using inheritance and without displaying the
15
+ currently tracked coordinates.
16
16
17
17
.. note::
18
18
The figure related to this example does not show the cursor, because that
You can’t perform that action at this time.
0 commit comments