we3lab / we3lab/eeco

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

Open
#9 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.