sme_contrib.optimize.SteadyState.plot_timeseries

SteadyState.plot_timeseries(simulation_time, image_interval_time, ax=None)

Plot a timeseries of the sum of concentrations

The sum of all species concentrations summed over all pixels, as a function of the simulation time. This is a convenience plot just to see by eye how close the simulation is to a steady state.

Parameters
  • simulation_time (float) – The simulation time to simulate

  • image_interval_time (float) – The interval in between images

  • ax (matplotlib.axes._subplots.AxesSubplot) – Optionally specify the axes to draw the plot on

Returns

The axes the plot was drawn on

Return type

matplotlib.axes._subplots.AxesSubplot