PyNGL Home > Functions > Workstation routines

Ngl.update_workstation

Flushes all output to a specified workstation.

Prototype

Ngl.update_workstation(wks)

Arguments

wks

The identifier returned from calling Ngl.open_wks.

Return value

   None

Description

This procedure updates a workstation by making sure all drawing buffers are flushed to the workstation. The single argument wks is the workstation identifier returned from a previous call to Ngl.open_wks.

See Also

Ngl.open_wks, Ngl.frame, Ngl.change_workstation, Ngl.clear_workstation

Examples

See the example in the Ngl.clear_workstation documentation.