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, optionalDefaults to number originally specified. Can be at most that number figsizetuple of float, optionalFigure size (width, height in inches), passed to matplotlib.pyplot.subplots. The default is (10, 10). **plot_kwdsAdditional keyword arguments to pass to the bar plotting function.