CADETProcess.fractionation.Fractionator.plot_fraction_signal

CADETProcess.fractionation.Fractionator.plot_fraction_signal#

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

Plot the signal without the waste fractions.

Parameters:
chromatogramOptional[SolutionIO | str]

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

axAxes, optional

Axes to plot on. If None, a new figure is created.

x_axis_in_minutes: bool, optional

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

*argsAny

Optional Parameter passed down to plot function.

**kwargsAny

Additional Parameter passed down to plot function.

Returns:
axAxes

Axes with plot of parameter state.

See also

CADETProcess.plot
plot_purity