Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e882786

Browse files
committed
Make arrow docstring mention data transform
1 parent e6628f8 commit e882786

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/matplotlib/axes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6594,6 +6594,10 @@ def arrow(self, x, y, dx, dy, **kwargs):
65946594
Draws arrow on specified axis from (*x*, *y*) to (*x* + *dx*,
65956595
*y* + *dy*). Uses FancyArrow patch to construct the arrow.
65966596
6597+
The resulting arrow is affected by the axes aspect ratio and limits. This
6598+
may produce an arrow whose head is not square with its stem. To create
6599+
an arrow whose head is square with its stem, use :meth:`annotate`.
6600+
65976601
Optional kwargs control the arrow construction and properties:
65986602
65996603
%(FancyArrow)s

0 commit comments

Comments
 (0)