matplotlib.patches.Arrow(x, y, dx, dy, width=1.0, **kwargs)¶An arrow patch.
Draws an arrow from (x, y) to (x + dx, y + dy). The width of the arrow is scaled by width.
| Parameters: | x : scalar
y : scalar
dx : scalar
dy : scalar
width : scalar, optional (default: 1)
**kwargs :
|
|---|
See also
FancyArrowget_patch_transform()¶get_path()¶matplotlib.patches.Arrow¶