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 simulationresults_directory (
str) – Directory to save plotsscenario_name (
str) – Optional suffix for filenamesfull_df (
Optional[DataFrame]) – Optional DataFrame with full time-series results (for overlays) or the one-row-per-run CSV written bybreos montecarlo.verbose (
bool) – Print the output directory when plots are generated.
- Return type: