Plot the weeks that have been regularized, i.e. the days with a large number of anomalies have been substituted with the corresponging day of themodel week
:param DataFrame regularized_energy_consumptions: regularized DataFrame containing measurements of energy consumption.
Index is of type DatetimeIndex,
column 'consumption' contains the measurement,
column 'week' contains the week code of the measurement.
:param vector atypical_weeks: indexes of atypical weeks
:param int total_weeks: numebr of weeks in the dataset
:param data_per_week: number of measurement for every week (default value is 672, a measurement every 15 minutes)