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, optionalWhether to plot the total sales or not. axplt.Axes, optionalThe matplotlib axes. Returns: plt.AxesThe new or modified matplotlib axes.