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 01598cf commit 8e41c36Copy full SHA for 8e41c36
1 file changed
lib/matplotlib/widgets.py
@@ -750,7 +750,7 @@ class Cursor:
750
def __init__(self, ax, useblit=False, **lineprops):
751
"""
752
Add a cursor to *ax*. If ``useblit=True``, use the backend-
753
- dependent blitting features for faster updates (:term:`GTKAgg`
+ dependent blitting features for faster updates (GTKAgg
754
only for now). *lineprops* is a dictionary of line properties.
755
756
.. plot :: mpl_examples/widgets/cursor.py
0 commit comments