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

Function acorr

lib/matplotlib/pyplot.py:3003–3006  ·  view source on GitHub ↗
(
    x: ArrayLike, *, data: DataParamType = None, **kwargs
)

Source from the content-addressed store, hash-verified

3001# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3002@_copy_docstring_and_deprecators(Axes.acorr)
3003def acorr(
3004 x: ArrayLike, *, data: DataParamType = None, **kwargs
3005) -> tuple[np.ndarray, np.ndarray, LineCollection | Line2D, Line2D | None]:
3006 return gca().acorr(x, **({"data": data} if data is not None else {}), **kwargs)
3007
3008
3009# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
acorrMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…