TMSiFrontend.plotters.signal_plotter.SignalPlotter.add_time_marker#
- SignalPlotter.add_time_marker(time_value, key=None, color='red')#
Add a time marker to the chart
- Parameters:
time_value (float) – time coordinate on the chart
key (str, optional) – name of the marker, defaults to None
color (str, optional) – color of the marker, defaults to “red”