8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0ac37 commit 070a578Copy full SHA for 070a578
lib/matplotlib/patches.py
@@ -3997,8 +3997,8 @@ class FancyArrowPatch(Patch):
3997
A fancy arrow patch. It draws an arrow using the :class:`ArrowStyle`.
3998
3999
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.
+ of the arrow, but the size and shape (in display coordinates) of the arrow
+ does not change when the axis is moved or zoomed.
4002
"""
4003
_edge_default = True
4004
0 commit comments