time_marker_style#
- plot.time_marker_style(p0: str) int #
Controls the line style of the time marker in the selected plot(s). For use with transient flipbook or keyframe animations.
The time marker is solid by default.- Args:
- p0:
‘style’
solid
dotted
dash
- 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