titles on a map

From: K Smith (weathersmith1 AT XXXXXX)
Date: Tue Jan 06 2004 - 13:47:15 MST


Why does the simple script below produce the following error message and not
plot the title?

warning:tiMainString is not a valid resource in test_map.PlotManager at this
time

load "$NCARG_ROOT/lib/ncarg/nclex/gsun/gsn_code.ncl"

begin
  wks = gsn_open_wks("x11","test")
  resources = True
  resources@tiMainString = "test"
  map = gsn_map (wks,"Mercator",resources)
end

_______________________________________________
ncl-talk mailing list
ncl-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk



This archive was generated by hypermail 2b29 : Tue Jan 06 2004 - 14:02:43 MST