CADETProcess.solution.SolutionSolid.plot_at_time#
- SolutionSolid.plot_at_time(t: float, comp: int | None = None, bound_state: int | None = 0, vmax: float | None = None, *args: Any, **kwargs: Any) tuple[Figure, Axes | tuple[Axes]][source]#
Plot particle solid solution for a given bound state over space at given time.
- Parameters:
- tfloat
Solution time at with to plot.
- compOptional[int]
Component index.
- bound_stateOptional[int], default=0
Bound state index.
- vmax: Optional[float]
Maximum data value to scale color map.
- *argsAny
Optional arguments passed to the local plot methods.
- **kwargsAny
Optional keyword arguments passed to the local plot methods.
- Returns:
- tuple[plt.Figure, plt.Axes | tuple[plt.Axes]]
The Matplotlib Figure and Axes objects.
See also