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

Skip to content

Commit fc17080

Browse files
committed
Merge pull request #1278 from dmcdougall/arrow_transdata_doc
Make arrow docstring mention data transform
2 parents 3156405 + e882786 commit fc17080

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/axes.py

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

0 commit comments

Comments
 (0)