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

Skip to content

Commit 104f372

Browse files
committed
added reference to mpldatacursor
1 parent 48b48ad commit 104f372

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/pylab_examples/cursor_demo.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
requires redrawing the figure with every mouse move.
77
88
Faster cursoring is possible using native GUI drawing, as in
9-
wxcursor_demo.py
9+
wxcursor_demo.py.
10+
11+
Also, mpldatacursor can be used to achieve a similar effect. See webpage:
12+
https://github.com/joferkington/mpldatacursor
1013
"""
1114
from __future__ import print_function
1215
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)