plot_title#

plot.plot_title(p0: str) int#

Sets the title string for the currently selected plot.

Args:
p0:

‘title’ plot title

Examples:
ensight.plot.select_begin(1)
ensight.plot.plot_title("My Plot Title")
Returns:

zero on success, non-zero on error