CADETProcess.dynamicEvents.TimeLine.plot

Contents

CADETProcess.dynamicEvents.TimeLine.plot#

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

Plot the state of the timeline over time.

Parameters:
axAxes

The axes to plot on.

use_minutesbool, optional

Option to use x-aches (time) in minutes, default is set to True.

Returns:
axAxes

The axes with the plot of the timeline state.