MVITS.plot_data#

MVITS.plot_data(plot_total_sales=True, ax=None)[source]#

Plot the observed data.

Wrapper around the plot_product function.

Parameters:
plot_total_salesbool, optional

Whether to plot the total sales or not.

axplt.Axes, optional

The matplotlib axes.

Returns:
plt.Axes

The new or modified matplotlib axes.