Function
barbs
(*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) |
| 3151 | def 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
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…