begin ; ; Create an NCGM Workstation and change the name of the metafile to ; "plot1.ncgm." ; mfname = "x000000000x000000000x000000000x0000000000x0000000000x000000000x0000000000x0000000000x0000000000" wks = create "wks" ncgmWorkstationClass defaultapp "wkMetaName" : mfname end create mapid = create "map" mapPlotClass wks end create ; Create a map object. draw(mapid) ; Draw the map plot. frame(wks) ; Advance the frame. end