NCL Home > Documentation > Functions > Workstation routines

clear

Clears the given workstation objects.

Prototype

	procedure clear (
		wks  : graphic   
	)

Arguments

wks

An array of any dimensionality of NCL Workstation identifiers. The identifiers are ones returned either from calling gsn_open_wks or calling create to create a Workstation object.

Description

This procedure loops through the given list of workstation identifiers and clears the workstation. If any of the workstations were set up to pause on the clear procedure, they must have a button click or key click in them before the actual clearing occurs.

See Also

NhlClearWorkstation, frame, update