8000 STY: fix line length · matplotlib/matplotlib@4def9a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4def9a9

Browse files
tacaswellQuLogic
authored andcommitted
STY: fix line length
1 parent 1ae52be commit 4def9a9

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
@@ -2018,7 +2018,8 @@ def __init__(self, ax, onselect, drawtype='box',
20182018
a box or nothing between click and actual position by setting
20192019
20202020
``drawtype = 'line'``, ``drawtype='box'`` or ``drawtype = 'none'``.
2021-
Drawing a line would result in a line from vertex A to vertex C in a rectangle ABCD.
2021+
Drawing a line would result in a line from vertex A to vertex C in
2022+
a rectangle ABCD.
20222023
20232024
*spancoords* is one of 'data' or 'pixels'. If 'data', *minspanx*
20242025
and *minspanx* will be interpreted in the same coordinates as

0 commit comments

Comments
 (0)
0