Scilab 6.0.0
Scilab Help >> Graphics > figure_operations > drawnow
drawnow
draw hidden graphics entities.
Syntax
drawnow()
Description
Considering the current figure, this function can be used to draw the
hidden graphics entities and all its children, that may have been postponed
by a previous call to drawlater
. The
immediate_drawing
property of the current figure
is set to "on"
.
It can specially be used with the drawlater
function.
Examples
See Also
- get — Retrieve a property value from a graphics entity or an User Interface object.
- set — set a property value of a graphic entity object or of a User Interface object.
- drawlater — makes axes children invisible.
- graphics_entities — description of the graphics entities data structures
Comments
Add a comment:
Please login to comment this page.