Scilab Function

drawnow - draw hidden graphics entities.

Calling Sequence

drawnow()
drawnow(h)
drawnow("all")

Parameters

Description

This function can be used to draw the hidden graphics entities and all its chidren,their Visibility property is set to "on" . The handle given as argument correspond to an axes entity. Without any argument drawnow draws the current axes and makes all its children visibles. With the option "all", the current figure and all its children graphics entities will be visibles. It can specially be used with the drawlater function.

Examples

See Also

Author