time_marker#

plot.time_marker(p0: str) int#

Controls the visibility of the time marker in the selected plot(s). For use with transient flipbook or keyframe animations.

The time marker is visible by default.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.plot.select_begin(1)
ensight.plot.animate_curves("ON")
ensight.plot.time_marker("ON")
ensight.plot.time_marker_rgb(1.0,1.0,0.0)
ensight.plot.time_marker_style("dotted")
ensight.plot.time_marker_width(2)
Returns:

zero on success, non-zero on error