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

Skip to content

Commit 1383228

Browse files
authored
Merge pull request #8703 from dstansby/fancyarrowpatch-clarify
Clarify how a FancyArrowPatch behaves
2 parents 95cfdeb + bb29bb6 commit 1383228

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 (in display coordinates) of the arrow
4001+
does not change when the axis is moved or zoomed.
39984002
"""
39994003
_edge_default = True
40004004

0 commit comments

Comments
 (0)