8000 Merge pull request #10099 from matplotlib/auto-backport-of-pr-10098 · matplotlib/matplotlib@d5f4d01 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5f4d01

Browse files
authored
Merge pull request #10099 from matplotlib/auto-backport-of-pr-10098
Backport PR #10098 on branch v2.1.x
2 parents ae5f291 + 4def9a9 commit d5f4d01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/widgets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,6 +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
2022+
a rectangle ABCD.
20212023
20222024
*spancoords* is one of 'data' or 'pixels'. If 'data', *minspanx*
20232025
and *minspanx* will be interpreted in the same coordinates as

0 commit comments

Comments
 (0)
0