Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c311ec5 commit 72a18ccCopy full SHA for 72a18cc
lib/matplotlib/widgets.py
@@ -2695,7 +2695,7 @@ def _press(self, event):
2695
2696
@property
2697
def direction(self):
2698
- """Direction of the span selector: 'vertical' or 'horizontal'. Writable."""
+ """Direction of the span selector: 'vertical' or 'horizontal'."""
2699
return self._direction
2700
2701
@direction.setter
@@ -2859,7 +2859,7 @@ def extents(self):
2859
(float, float)
2860
The values, in data coordinates, for the start and end points of the current
2861
selection. If there is no selection then the start and end values will be
2862
- the same. Writable.
+ the same.
2863
"""
2864
if self.direction == 'horizontal':
2865
vmin = self._selection_artist.get_x()
0 commit comments