8000 Clarify in display units · matplotlib/matplotlib@bb29bb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb29bb6

Browse files
committed
Clarify in display units
1 parent 719d556 commit bb29bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/patches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3997,8 +3997,8 @@ class FancyArrowPatch(Patch):
39973997
A fancy arrow patch. It draws an arrow using the :class:`ArrowStyle`.
39983998
39993999
The head and tail positions are fixed at the specified start and end points
4000-
of the arrow, but the size and shape of the arrow does not change when the
4001-
axis is moved or zoomed.
4000+
of the arrow, but the size and shape (in display coordinates) of the arrow
4001+
does not change when the axis is moved or zoomed.
40024002
"""
40034003
_edge_default = True
40044004

0 commit comments

Comments
 (0)
0