(
x: ArrayLike, *, data: DataParamType = None, **kwargs
)
| 3001 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3002 | @_copy_docstring_and_deprecators(Axes.acorr) |
| 3003 | def 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. |