Use Case
Would be nice to have a helper function that can help plot the peak-part-peak-off-peak duration, when we pass in the charge_array and date_time data
Solution
The function would look something like
def plot_tariff_peaks(fig, axs, charge_dict, utility, charge_type):
..... adds in bg shades for various windows of charges ....
return fig, axs
Use Case
Would be nice to have a helper function that can help plot the peak-part-peak-off-peak duration, when we pass in the charge_array and date_time data
Solution
The function would look something like