axis_y_visible#

plot.axis_y_visible(p0: str) int#

Controls the visibility of the x/y axis of the currently selected plot(s).

Plot axes are visible by default.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.plot.select_begin(1)
ensight.plot.axis_x_visible("OFF")
ensight.plot.axis_y_visible("ON")
Returns:

zero on success, non-zero on error