MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / quiver

Function quiver

site-packages/matplotlib/pyplot.py:2841–2845  ·  view source on GitHub ↗
(*args, data=None, **kw)

Source from the content-addressed store, hash-verified

2839# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2840@_autogen_docstring(Axes.quiver)
2841def quiver(*args, data=None, **kw):
2842 __ret = gca().quiver(
2843 *args, **({"data": data} if data is not None else {}), **kw)
2844 sci(__ret)
2845 return __ret
2846
2847
2848# 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