axis_x_format#

viewport_bounds.axis_x_format(p0: str) int#

Specifies the format to be used for labels along the x/y/z axis

Args:
p0:

‘format’ may be any valid C language format string

Examples:
ensight.view.bounds("ON")
ensight.viewport.select_begin(0)
ensight.viewport_bounds.axis_x_format("%.2f")
ensight.viewport_bounds.axis_y_format("%g")
Returns:

zero on success, non-zero on error