breos.plotting.plot_validation_degradation_split#

breos.plotting.plot_validation_degradation_split(simulation_df, results_directory, system_label='')[source]#

Plot calendar vs cycle aging contribution over time as stacked area.

Parameters:
  • simulation_df (DataFrame) – DataFrame with columns ‘date’, ‘cal_loss’, ‘cycle_loss’

  • results_directory (str) – Directory to save plot

  • system_label (str) – Optional label for filename suffix

Return type:

None