DelayedSaturatedMMM.plot_channel_contributions_grid#

DelayedSaturatedMMM.plot_channel_contributions_grid(start, stop, num, absolute_xrange=False, **plt_kwargs)[source]#

Plots a grid of scaled channel contributions for a given grid of share values.

Parameters:
  • start (float) – Start of the grid. It must be equal or greater than 0.

  • stop (float) – End of the grid. It must be greater than start.

  • num (int) – Number of points in the grid.

  • absolute_xrange (bool, optional) – If True, the x-axis is in absolute values (input units), otherwise it is in relative percentage values, by default False.

Returns:

Plot of grid of channel contributions.

Return type:

plt.Figure