sme_contrib.optimize.SteadyState.plot_target_concentration

SteadyState.plot_target_concentration(index=0, ax=None, cmap=None)

Plot the target concentration as a 2d heat map

Parameters
  • index (int) – Optionally specify index of concentration

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

  • cmap (matplotlib.Colormap) – Optionally specify the colormap to use

Returns

The axes the plot was drawn on

Return type

matplotlib.axes._subplots.AxesSubplot