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 46ff878

Browse filesBrowse files
committed
Fix SpanSelector docstring.
1. blitting is available on most backends. 2. join a line that didn't need to be wrapped.
1 parent 3c3e8ba commit 46ff878
Copy full SHA for 46ff878

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-3
lines changed

‎lib/matplotlib/widgets.py

Copy file name to clipboardExpand all lines: lib/matplotlib/widgets.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,8 +1685,7 @@ class SpanSelector(_SelectorWidget):
16851685
Visually select a min/max range on a single axis and call a function with
16861686
those values.
16871687
1688-
To guarantee that the selector remains responsive, keep a reference to
1689-
it.
1688+
To guarantee that the selector remains responsive, keep a reference to it.
16901689
16911690
In order to turn off the SpanSelector, set `span_selector.active=False`. To
16921691
turn it back on, set `span_selector.active=True`.
@@ -1705,7 +1704,7 @@ class SpanSelector(_SelectorWidget):
17051704
17061705
useblit : bool, default is False
17071706
If True, use the backend-dependent blitting features for faster
1708-
canvas updates. Only available for GTKAgg right now.
1707+
canvas updates.
17091708
17101709
rectprops : dict, default is None
17111710
Dictionary of :class:`matplotlib.patches.Patch` properties

0 commit comments

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