visible#

plot.visible(p0: str) int#

Controls the visibility of the selected plot(s) in the graphics window.

Plots are visible by default.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.plot.select_begin(1)
ensight.plot.visible("OFF")
Returns:

zero on success, non-zero on error