File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222__ https://github.com/joferkington/mpldatacursor
2323__ https://github.com/anntzer/mplcursors
24+
25+ .. redirect-from:: /gallery/misc/cursor_demo
2426"""
2527
2628import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 1010creation of new widgets and their event callbacks.
1111
1212See 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.
1616
1717.. note::
1818 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