CADETProcess.dynamicEvents.TimeLine.plot

Contents

CADETProcess.dynamicEvents.TimeLine.plot#

TimeLine.plot(ax: Axes, x_axis_in_minutes: bool = True) Axes[source]#

Plot the state of the timeline over time.

Parameters:
axAxes

The axes to plot on.

x_axis_in_minutes: bool, optional

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

Returns:
axAxes

The axes with the plot of the timeline state.