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

Function quiver

lib/matplotlib/pyplot.py:4091–4096  ·  view source on GitHub ↗
(*args, data: DataParamType = None, **kwargs)

Source from the content-addressed store, hash-verified

4089# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4090@_copy_docstring_and_deprecators(Axes.quiver)
4091def quiver(*args, data: DataParamType = None, **kwargs) -> Quiver:
4092 __ret = gca().quiver(
4093 *args, **({"data": data} if data is not None else {}), **kwargs
4094 )
4095 sci(__ret)
4096 return __ret
4097
4098
4099# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 3

gcaFunction · 0.85
sciFunction · 0.85
quiverMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…