CADETProcess.fractionation.Fractionator.plot_fraction_signal

CADETProcess.fractionation.Fractionator.plot_fraction_signal#

Fractionator.plot_fraction_signal(chromatogram: SolutionIO | None = None, use_minutes: bool = True, ax: Axes = None, *args, **kwargs) Axes[source]#

Plot the signal without the waste fractions.

Parameters:
chromatogramSolutionIO, optional

Chromatogram to be plotted. If None, the first one is plotted.

axAxes

Axes to plot on.

use_minutes: bool, optional

Option to use x-aches (time) in minutes, default is set to True.

Returns:
axAxes

Axes with plot of parameter state.

See also

CADETProcess.plot
plot_purity