pvcompare.plots.plot_all_flows

pvcompare.plots.plot_all_flows(scenario_name=None, outputs_directory=None, timeseries_directory=None, timeseries_name='timeseries_all_busses.xlsx', month=None, calendar_week=None, weekday=None)[source]

Plots all flows of the energy system for a given period of time.

Parameters
  • scenario_name (str) – Name of the Scenario.

  • outputs_directory (str or None) – Path to the directory in which the plot should be saved. If None: constants.DEFAULT_OUTPUTS_DIRECTORY is used. Default: None.

  • timeseries_directory (str or None) – Path to the timeseries directory. If None: timeseries_directory = outputs_directory. Default: None.

  • timeseries_name (str or None) – Default: timeseries_all_busses.xlsx

  • month (int) – Number of month that should be plotted. Only fill in a number here, if you want to plot over one month. If None: will plot over week, weekday or the whole year. Default: None

  • calendar_week (int) – the week (number in calender weeks) that should be plotted. Only fill in a number here, if you want to plot over one a week or a weekday. if None: will plot over one month or the whole year. Default: None

  • weekday (int) – The day of the caldendar_week (from 0-6 with 0 : Monday and 6: Sunday. If None: the next greater period is plotted. Default: None

Returns

Saves figure into outputs_directory.

Return type

None