CADETProcess.solution.SolutionBulk.plot_at_position

CADETProcess.solution.SolutionBulk.plot_at_position#

SolutionBulk.plot_at_position(z, components=None, layout=None, ax=None, *args, **kwargs)[source]#

Plot bulk solution over time at given position.

Parameters:
zfloat

Position for plotting.

componentslist, optional.

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

layoutplotting.Layout

Plot layout options.

axAxes

Axes to plot on.

Returns:
axAxes

Axes object with concentration profile.

See also

_plot_solution_1D
slice_solution
plot_at_position
plotlib