pandas.plotting.lag_plot
-
pandas.plotting.lag_plot(series, lag=1, ax=None, **kwds)
[source] -
Lag plot for time series.
Parameters: -
series : Time series
-
lag : lag of the scatter plot, default 1
-
ax : Matplotlib axis object, optional
-
kwds : Matplotlib scatter method keyword arguments, optional
Returns: - ax: Matplotlib axis object
-
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.24.2/reference/api/pandas.plotting.lag_plot.html