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

Function barbs

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

Source from the content-addressed store, hash-verified

3149# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3150@_copy_docstring_and_deprecators(Axes.barbs)
3151def barbs(*args, data: DataParamType = None, **kwargs) -> Barbs:
3152 return gca().barbs(*args, **({"data": data} if data is not None else {}), **kwargs)
3153
3154
3155# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
barbsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…