File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1685,8 +1685,7 @@ class SpanSelector(_SelectorWidget):
1685
1685
Visually select a min/max range on a single axis and call a function with
1686
1686
those values.
1687
1687
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.
1690
1689
1691
1690
In order to turn off the SpanSelector, set `span_selector.active=False`. To
1692
1691
turn it back on, set `span_selector.active=True`.
@@ -1705,7 +1704,7 @@ class SpanSelector(_SelectorWidget):
1705
1704
1706
1705
useblit : bool, default is False
1707
1706
If True, use the backend-dependent blitting features for faster
1708
- canvas updates. Only available for GTKAgg right now.
1707
+ canvas updates.
1709
1708
1710
1709
rectprops : dict, default is None
1711
1710
Dictionary of :class:`matplotlib.patches.Patch` properties
You can’t perform that action at this time.
0 commit comments