axis_x_labelsize#

plot.axis_x_labelsize(p0: int) int#

Sets the size of the x/y axis label text in the currently selected plot.

Args:
p0:

‘size’ label text size; can be any value from 1 to 100.0, with a value of one specifying the smallest text and 100 the largest.

Examples:
ensight.plot.select_begin(1)
ensight.plot.axis_x_labelsize(10)
ensight.plot.axis_y_labelsize(10)
Returns:

zero on success, non-zero on error