CADETProcess.fractionation.Fractionator.plot_fraction_signal#
- Fractionator.plot_fraction_signal(chromatogram: SolutionIO | None = None, x_axis_in_minutes: bool = True, ax: Axes | None = 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, 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.
- Returns:
- axAxes
Axes with plot of parameter state.
See also
CADETProcess.plotplot_purity