hvplot.plotting.lag_plot#
- hvplot.plotting.lag_plot(data, lag=1, **kwds)[source]#
Lag plot for time series.
A lag plot is a scatter plot of a time series against a lag of itself. It helps in visualizing the temporal dependence between observations by plotting the values at time t on the x-axis and the values at time t + lag on the y-axis.
- Parameters:
- dataSeries
The time series to visualize.
- lagint, default 1
Lag length of the scatter plot.
- **kwdsoptional
hvplot.scatter options
- Returns:
- objHoloViews object
The HoloViews representation of the plot.
Examples#
TBD
This web page was generated from a Jupyter notebook and not all
interactivity will work on this website.