statsmodels.tsa.seasonal.DecomposeResult.plot#
- DecomposeResult.plot(observed=True, seasonal=True, trend=True, resid=True, weights=False)[source]#
Plot estimated components
- Parameters:
- Returns:
matplotlib.figure.FigureThe figure instance containing the plot.