Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc17080

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎lib/matplotlib/axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes.py
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.