Function
arrow
(x: float, y: float, dx: float, dy: float, **kwargs)
Source from the content-addressed store, hash-verified
| 3058 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3059 | @_copy_docstring_and_deprecators(Axes.arrow) |
| 3060 | def arrow(x: float, y: float, dx: float, dy: float, **kwargs) -> FancyArrow: |
| 3061 | return gca().arrow(x, y, dx, dy, **kwargs) |
| 3062 | |
| 3063 | |
| 3064 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…