time_marker_width#

plot.time_marker_width(p0: int) int#

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

The time marker is 2 pixels wide by default.
Args:
p0:

‘width’ number of pixels in width of the marker line

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