Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b48ad commit 104f372Copy full SHA for 104f372
1 file changed
examples/pylab_examples/cursor_demo.py
@@ -6,7 +6,10 @@
6
requires redrawing the figure with every mouse move.
7
8
Faster cursoring is possible using native GUI drawing, as in
9
-wxcursor_demo.py
+wxcursor_demo.py.
10
+
11
+Also, mpldatacursor can be used to achieve a similar effect. See webpage:
12
+https://github.com/joferkington/mpldatacursor
13
"""
14
from __future__ import print_function
15
import matplotlib.pyplot as plt
0 commit comments