Skip to content

ENH: Peak/part-peak/off-peak Plotting assist #9

Description

@ThyanRevolter

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions