Scilab Function

drawlater - makes axes children invisible.

Calling Sequence

drawlater()

Description

This function can be used to not display on the screen all graphics objects called by its basic drawing commands. Their Visibility property is set to "off" . It can specially be used with the drawnow function. To return to the visible mode, it will be necessary to set a Visibility property of the current figure entity to "on" . It's equival to make drawnow("all").

Examples

See Also

Author