ncl_gclose_ws (3) Linux Manual Page
gclose_ws (Close workstation) – closes a workstation. Synopsis #include <ncarg/gks.h> void gclose_ws(Gint ws_id); Description ws_id (Input) – A number identifying the workstation to be closed. ws_id must be the same as that used in some previous gopen_ws call. Usage Close workstation updates the workstation and removes its identifier from the set of open workstations. The…
