<vizinfo>.visible

Set the visiblity of the info box

 

<vizinfo>.visible(
    state    

)

 

state

Specify whether to hide (viz.OFF), show (viz.ON), or toggle (viz.TOGGLE) the visiblity of the info box.


Remarks

This command will set the visiblity of the info box.

Return Value

None

Example

info = vizinfo.add('Some message')

#Hide the info box
info.visible(0)