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 0d45900 commit bce5be8Copy full SHA for bce5be8
lib/matplotlib/patches.py
@@ -4029,7 +4029,11 @@ def get_bbox(self):
4029
4030
class FancyArrowPatch(Patch):
4031
"""
4032
- A fancy arrow patch. It draws an arrow using the `ArrowStyle`.
+ A fancy arrow patch.
4033
+
4034
+ It draws an arrow using the `ArrowStyle`. It is primarily used by the
4035
+ `~.axes.Axes.annotate` method. For most purposes, use the annotate method for
4036
+ drawing arrows.
4037
4038
The head and tail positions are fixed at the specified start and end points
4039
of the arrow, but the size and shape (in display coordinates) of the arrow
0 commit comments