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