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

Skip to content

Commit 8e41c36

Browse files
committed
I thought gtkagg was in the glossary... apparently not.
1 parent 01598cf commit 8e41c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ class Cursor:
750750
def __init__(self, ax, useblit=False, **lineprops):
751751
"""
752752
Add a cursor to *ax*. If ``useblit=True``, use the backend-
753-
dependent blitting features for faster updates (:term:`GTKAgg`
753+
dependent blitting features for faster updates (GTKAgg
754754
only for now). *lineprops* is a dictionary of line properties.
755755
756756
.. plot :: mpl_examples/widgets/cursor.py

0 commit comments

Comments
 (0)