MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / arrow

Function arrow

lib/matplotlib/pyplot.py:3060–3061  ·  view source on GitHub ↗
(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)
3060def 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

Calls 2

gcaFunction · 0.85
arrowMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…