Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change displayed items in plot "Total power" #192

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Oct 19, 2023

  1. change displayed items in plot "Total power"

    - no more individual loads like batteries
    - sum of all battery powers (if any batteries are present)
    - one line for every GC (if more than one GC)
    stefan.schirmeister committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    08a4a76 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. plots: aggregate values, save plots

    - add option save_plots, which takes a string (path). May contain wildcard "%gc" which gets replaced by grid connector ID
    - save_plots creates one plot per GC
    - default plotting (visual) aggregates values in Total power subplot
    stefan.schirmeister committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ce1238b View commit details
    Browse the repository at this point in the history
  2. save plots: change wildcard

    stefan.schirmeister committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1cff979 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge branch 'dev' into refactor/plot_total_power

    stefan.schirmeister committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d815186 View commit details
    Browse the repository at this point in the history
  2. minor fixes to plot

    stefan.schirmeister committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3c80b34 View commit details
    Browse the repository at this point in the history