TMSiFrontend.charts.signal_chart.SignalChart.add_time_marker

TMSiFrontend.charts.signal_chart.SignalChart.add_time_marker#

SignalChart.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”