axis_y_labeltype#

plot.axis_y_labeltype(p0: str) int#

Specifies how the x/y axis is labeled in the currently selected plot.

The default value for x/y axis label type is all.
Args:
p0:

‘label_type’

  • Can be any of the following values:

  • none

  • all

  • beg_end

Examples:
ensight.plot.select_begin(1)
ensight.plot.axis_x_labeltype("none")
ensight.plot.axis_y_labeltype("beg_end")
Returns:

zero on success, non-zero on error