CADETProcess.solution.SolutionVolume.plot

CADETProcess.solution.SolutionVolume.plot#

SolutionVolume.plot(start: float | None = None, end: float | None = None, x_axis_in_minutes: bool = True, ax: Axes | None = None, update_layout: bool = True, **kwargs) Axes[source]#

Plot the unit operation’s volume over time.

Parameters:
startfloat, optional

Start time for plotting in seconds. If None is provided, the first data point will be used as the start time. The default is None.

endfloat, optional

End time for plotting in seconds. If None is provided, the last data point will be used as the end time. The The default is None.

x_axis_in_minutesbool, optional

If True, the x-axis will be plotted using minutes. The default is True.

axAxes

Axes to plot on.

update_layoutbool, optional

If True, update the figure’s layout. The default is True.

See also

CADETProcess.plot