ENH: Peak/part-peak/off-peak Plotting assist
Open
@dalyw is already working on this.
Since Jun 26, 2025.
enhancement
- Dominant language
- Python
- Stars
- 11
- Forks
- 4
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.