breos.plotting.plot_cell_temperature#

breos.plotting.plot_cell_temperature(results_df, results_directory)[source]#

Plot monthly battery cell temperature statistics (min, mean, max).

Shows the seasonal trend of cell temperature with a shaded min-max band and mean line, aggregated by month.

Parameters:
  • results_df (DataFrame) – Hourly results DataFrame with ‘Datetime’ and ‘T_cell’ columns.

  • results_directory (str) – Directory to save plots

Return type:

None