matplotlib.patches.
YAArrow
(**kwargs)[source]¶Bases: matplotlib.patches.Patch
Deprecated since version 3.0: The YAArrow class was deprecated in Matplotlib 3.0 and will be removed in 3.2. Use FancyArrowPatch instead.
Yet another arrow class.
This is an arrow that is defined in display space and has a tip at x1, y1 and a base at x2, y2.
get_patch_transform
()[source]¶Return the Transform
instance which
takes patch coordinates to data coordinates.
For example, one may define a patch of a circle which represents a radius of 5 by providing coordinates for a unit circle, and a transform which scales the coordinates (the patch coordinate) by 5.