load "$NCARG_ROOT/lib/ncarg/nclex/gsun/gsn_code.ncl" begin ; ; Create an NCGM Workstation and change the name of the metafile to ; "plot1.ncgm." ; mfname = "x000000000x000000000x000000000x0000000000x0000000000x000000000x0000000000x0000000000x0000000000" wks = gsn_open_wks("ncgm",mfname) mapid = gsn_map(wks,"CylindricalEquidistant",False) end