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 — Gets the handle of a graphical or User Interface object, or the property's value of objects.
- set — set properties of some graphic objects or uimenus or uicontrol interactive components
- drawlater — makes axes children invisible.
- graphics_entities — description of the graphics entities data structures
Report an issue | ||
<< drawlater | figure_operations | figure properties >> |