CADETProcess.fractionation.Fractionator.plot_events#
- Fractionator.plot_events()#
Plot parameter state as a function of time.
The method creates a plot for each parameter timeline and displays the state of the parameter against time. The time is represented on the x-axis, while the parameter state is shown on the y-axis.
- Parameters:
- axmatplotlib.Axes, optional
Axes to plot on. If not provided, new axes will be created.
- Returns:
- list of matplotlib.Axes
List of axes objects, each containing a plot of the parameter state.
Notes
The time is divided into 1001 linearly spaced points between 0 and the cycle time for the evaluation of the parameter state.