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

Function quiverkey

lib/matplotlib/pyplot.py:4101–4104  ·  view source on GitHub ↗
(
    Q: Quiver, X: float, Y: float, U: float, label: str, **kwargs
)

Source from the content-addressed store, hash-verified

4099# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4100@_copy_docstring_and_deprecators(Axes.quiverkey)
4101def quiverkey(
4102 Q: Quiver, X: float, Y: float, U: float, label: str, **kwargs
4103) -> QuiverKey:
4104 return gca().quiverkey(Q, X, Y, U, label, **kwargs)
4105
4106
4107# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
quiverkeyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…