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 a331250 commit c311ec5Copy full SHA for c311ec5
lib/matplotlib/widgets.py
@@ -2857,9 +2857,9 @@ def _snap(values, snap_values):
2857
def extents(self):
2858
"""
2859
(float, float)
2860
- The values, in data coordinates, for the start and end points of the current selection.
2861
- If there is no selection then the start and end values will be the same.
2862
- Writable.
+ The values, in data coordinates, for the start and end points of the current
+ selection. If there is no selection then the start and end values will be
+ the same. Writable.
2863
2864
if self.direction == 'horizontal':
2865
vmin = self._selection_artist.get_x()
0 commit comments