CADETProcess.reference.ReferenceIO.plot

CADETProcess.reference.ReferenceIO.plot#

ReferenceIO.plot(start=None, end=None, components=None, layout=None, y_max=None, ax=None, *args, **kwargs)#

Plot the entire time_signal for each component.

Parameters:
startfloat, optional

Start time for plotting. The default is 0.

endfloat, optional

End time for plotting.

componentslist, optional.

List of components to be plotted. If None, all components are plotted.

layoutplotting.Layout

Plot layout options.

y_maxfloat, optional

Maximum value of y axis. If None, value is automatically deferred from solution.

axAxes

Axes to plot on.

Returns:
axAxes

Axes object with concentration profile.

See also

_plot_solution_1D
slice_solution
plotlib
plot_purity