10000 Clarify how a FancyArrowPatch behaves · matplotlib/matplotlib@719d556 · GitHub
[go: up one dir, main page]

Skip to content

Commit 719d556

Browse files
committed
Clarify how a FancyArrowPatch behaves
1 parent da711e1 commit 719d556

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/patches.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3995,6 +3995,10 @@ def transmute(self, path, mutation_size, linewidth):
39953995
class FancyArrowPatch(Patch):
39963996
"""
39973997
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.
39984002
"""
39994003
_edge_default = True
40004004

0 commit comments

Comments
 (0)
0