Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7abf57c

Browse filesBrowse files
committed
Fix typos
1 parent f64e98b commit 7abf57c
Copy full SHA for 7abf57c

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎lib/matplotlib/widgets.py

Copy file name to clipboardExpand all lines: lib/matplotlib/widgets.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,8 @@ class SpanSelector(_SelectorWidget):
19241924
The direction along which to draw the span selector.
19251925
19261926
minspan : float, default: 0
1927-
If selection is less than or egal to *minspan*, do not call *onselect*.
1927+
If selection is less than or equal to *minspan*, do not call
1928+
*onselect*.
19281929
19291930
useblit : bool, default: False
19301931
If True, use the backend-dependent blitting features for faster
@@ -1949,7 +1950,7 @@ class SpanSelector(_SelectorWidget):
19491950
19501951
line_props : dict, default: None
19511952
Line properties with which the interactive line are drawn. Only used
1952-
when `interactive` is True. See `matplotlib.lines.Line2D` for details
1953+
when *interactive* is True. See `matplotlib.lines.Line2D` for details
19531954
on valid properties.
19541955
19551956
maxdist : float, default: 10
@@ -2022,7 +2023,7 @@ def __init__(self, ax, onselect, direction, minspan=0, useblit=False,
20222023

20232024
self._active_handle = None
20242025

2025-
# prev attritube is deprecated but we still need to maintain it
2026+
# prev attribute is deprecated but we still need to maintain it
20262027
self._prev = (0, 0)
20272028

20282029
rect = _api.deprecate_privatize_attribute("3.5")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.