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

Skip to content

Commit 72a18cc

Browse files
author
Joshua Stevenson
committed
remove "Writable." note
1 parent c311ec5 commit 72a18cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/widgets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ def _press(self, event):
26952695

26962696
@property
26972697
def direction(self):
2698-
"""Direction of the span selector: 'vertical' or 'horizontal'. Writable."""
2698+
"""Direction of the span selector: 'vertical' or 'horizontal'."""
26992699
return self._direction
27002700

27012701
@direction.setter
@@ -2859,7 +2859,7 @@ def extents(self):
28592859
(float, float)
28602860
The values, in data coordinates, for the start and end points of the current
28612861
selection. If there is no selection then the start and end values will be
2862-
the same. Writable.
2862+
the same.
28632863
"""
28642864
if self.direction == 'horizontal':
28652865
vmin = self._selection_artist.get_x()

0 commit comments

Comments
 (0)