breos.plotting.plot_montecarlo_simulation#

breos.plotting.plot_montecarlo_simulation(all_data, results_directory, scenario_name='', full_df=None, verbose=True)[source]#

Generate all plots for Monte Carlo simulation results.

Parameters:
  • all_data (List[dict]) – List of result dictionaries from simulation

  • results_directory (str) – Directory to save plots

  • scenario_name (str) – Optional suffix for filenames

  • full_df (Optional[DataFrame]) – Optional DataFrame with full time-series results (for overlays) or the one-row-per-run CSV written by breos montecarlo.

  • verbose (bool) – Print the output directory when plots are generated.

Return type:

None