ncl 5.2.0 question

From: 王志斌 <wangzb_at_nyahnyahspammersnyahnyah>
Date: Wed Jul 09 2014 - 02:51:18 MDT

ncl-talk-owner.
 

When I use ncl5.2.0 generate a file of png format.

Why I generated file is gsnapp.000001.png rather than mapgrid.png .how to solve in ncl 5.2.0 .

  begin
  wks = gsn_open_wks ("png", "mapgrid") ; open workstation
       res = True ; plot mods desired
      res@gsnMaximize = True
      res@mpGridAndLimbOn = True ; turn on grid lines
      res@pmTickMarkDisplayMode = "Always" ; turn on fancy tickmarks
      res@tiMainString = "C.E. map with lat/lon grid lines"
      ;---Create and draw map
      plot = gsn_csm_map(wks,res)
end
        


        wangzb@whihr.com.cn
          2014-07-09
Received on Wed Jul 09 08:51:25 2014

This archive was generated by hypermail 2.1.8 : Wed Jul 23 2014 - 15:33:46 MDT