axis_y_title# plot.axis_y_title(p0: str) → int# Sets the title string for the x/y axis of the currently selected plot. Args: p0:‘title’ x/y axis title Examples:ensight.plot.select_begin(1) ensight.plot.axis_x_title("Time in Seconds") ensight.plot.axis_y_title("Pressure") Returns:zero on success, non-zero on error