MMM.plot_channel_contributions_grid#

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

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

Parameters:
startfloat

Start of the grid. It must be equal or greater than 0.

stopfloat

End of the grid. It must be greater than start.

numint

Number of points in the grid.

absolute_xrangebool, optional

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

**plt_kwargs

Keyword arguments to pass to plt.subplots()

Returns:
plt.Figure

Plot of grid of channel contributions.