[ncl-talk] same data can get different dots when they are plotted in top or bottom

Tao Zhang tao.zhang at noaa.gov
Wed May 1 12:53:34 MDT 2019


Hi,

When I use NCL to plot significance area, the same data can get 
different dots (see Northern Montana for example)

when they are plotted in top or bottom.

  see below for key sentences and attached plot.
  Any comments?

  Thanks,

  Tao


;;;;;;;;;;;;;;;;;;;;;;;
res at vpHeightF = 0.40
res at vpWidthF = 0.70

res at vpXF = 0.107192
;res at vpYF = 0.917978
res at vpYF = 0.957978

;res at gsnCenterStringFontHeightF = 0.03
;res at gsnCenterString= "T2m, EP El Nino"
     plots(0)     = gsn_csm_contour_map(wks, diff_tref, res )
     abc            = gsn_csm_contour(wks,sigt2mnew,restip) ;make dots plot
     overlay(plots(0),abc)
     delete(abc)

     draw(plots(0))

;
res at vpHeightF = 0.40
res at vpWidthF = 0.70

res at vpXF = 0.107192
res at vpYF = 0.544645

;res at gsnCenterString= "T2m, CP El Nino"
     plots(2)     = gsn_csm_contour_map(wks, diff_tref, res )
     abc            = gsn_csm_contour(wks,sigt2mnew,restip) ;make dots plot
     overlay(plots(2),abc)
     delete(abc)

      draw(plots(2))
;



--------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test4.png
Type: image/png
Size: 339628 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190501/d85c950b/attachment-0001.png>


More information about the ncl-talk mailing list