axis_x_titlesize#
- plot.axis_x_titlesize(p0: int) int #
Sets the size of the x/y axis title in the currently selected plot.
- Args:
- p0:
‘size’ axis title 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_titlesize(10) ensight.plot.axis_y_titlesize(12)
- Returns:
zero on success, non-zero on error