Skip to content

Commit 46ff878

Browse 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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/widgets.py

Lines 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)