10000 STY: fix line length · matplotlib/matplotlib@2498898 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2498898

Browse files
committed
STY: fix line length
1 parent 8a1d647 commit 2498898

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)
0