axis_y_labelformat#

plot.axis_y_labelformat(p0: str) int#

Sets the format to be used for x/y axis value labels in the currently selected plot.

Args:
p0:

‘format’ may be any valid C language print format string

Examples:
ensight.plot.select_begin(1)
ensight.plot.axis_x_labelformat("%.2e")
ensight.plot.axis_y_labelformat("%.3e")
Returns:

zero on success, non-zero on error