statsmodels.tsa.vector_ar.var_model.FEVD.plot#

FEVD.plot(periods=None, figsize=(10, 10), **plot_kwds)[source]#

Plot graphical display of FEVD

Parameters:
periodsint, optional

Defaults to number originally specified. Can be at most that number

figsizetuple of float, optional

Figure size (width, height in inches), passed to matplotlib.pyplot.subplots. The default is (10, 10).

**plot_kwds

Additional keyword arguments to pass to the bar plotting function.