border_visible#

plot.border_visible(p0: str) int#

Controls the visibility of the border of the currently selected plot(s).

Plot borders are visible by default.
The border will be drawn according to plot: border_rgb
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.plot.select_begin(1)
ensight.plot.border_visible("ON")
Returns:

zero on success, non-zero on error