diff --git a/lib/matplotlib/patches.py b/lib/matplotlib/patches.py index 98923abe4919..8a242d18c675 100644 --- a/lib/matplotlib/patches.py +++ b/lib/matplotlib/patches.py @@ -4059,7 +4059,11 @@ def get_bbox(self): class FancyArrowPatch(Patch): """ - A fancy arrow patch. It draws an arrow using the `ArrowStyle`. + A fancy arrow patch. + + It draws an arrow using the `ArrowStyle`. It is primarily used by the + `~.axes.Axes.annotate` method. For most purposes, use the annotate method for + drawing arrows. The head and tail positions are fixed at the specified start and end points of the arrow, but the size and shape (in display coordinates) of the arrow