breos.plotting.plot_monthly_comparison#

breos.plotting.plot_monthly_comparison(results_df, results_directory, scenario_name='')[source]#

Compare PV production, load, import, and export by month.

Creates a stacked/grouped bar chart showing energy flows for each month.

Parameters:
  • results_df (DataFrame) – Energy balance results DataFrame

  • results_directory (str) – Directory to save plots

  • scenario_name (str) – Optional suffix for filenames

Return type:

None