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

Skip to content

Commit c311ec5

Browse files
author
Joshua Stevenson
committed
Fix formatting
1 parent a331250 commit c311ec5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/widgets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2857,9 +2857,9 @@ def _snap(values, snap_values):
28572857
def extents(self):
28582858
"""
28592859
(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.
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.
28632863
"""
28642864
if self.direction == 'horizontal':
28652865
vmin = self._selection_artist.get_x()

0 commit comments

Comments
 (0)