Navigation

Operators and Keywords

Function List:

C++ API

: drawnow ()
: drawnow ("expose")
: drawnow (term, file, debug_file)

Update figure windows and their children.

The event queue is flushed and any callbacks generated are executed.

With the optional argument "expose", only graphic objects are updated and no other events or callbacks are processed.

The third calling form of drawnow is for debugging and is undocumented.

See also: refresh.

Package: octave