Skip to content

Commit 355943e

Browse files
authored
Merge pull request matplotlib#10100 from tacaswell/fix_linelength
STY: fix line length
2 parents 57daa4d + 2498898 commit 355943e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/widgets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,8 @@ def __init__(self, ax, onselect, drawtype='box',
20262026
a box or nothing between click and actual position by setting
20272027
20282028
``drawtype = 'line'``, ``drawtype='box'`` or ``drawtype = 'none'``.
2029-
Drawing a line would result in a line from vertex A to vertex C in a rectangle ABCD.
2029+
Drawing a line would result in a line from vertex A to vertex C in
2030+
a rectangle ABCD.
20302031
20312032
*spancoords* is one of 'data' or 'pixels'. If 'data', *minspanx*
20322033
and *minspanx* will be interpreted in the same coordinates as

0 commit comments

Comments
 (0)