[ncl-talk] gsn_contour_shade

yang yang yang.yang816 at gmail.com
Tue Aug 21 17:29:28 MDT 2018


Dear All:

I would like to plot two shade areas in a diagram using the codes below:

  wspeedfill    = gsn_csm_contour(wks,ptt,wspeed_res)
opt = True
  opt at gsnShadeMid = "grey"
 wspeedfill = gsn_contour_shade(wspeedfill,315.,330.,opt)
draw(wspeedfill)
opt1 = True
opt1 at gsnShadeMid = "grey"
wspeedfill = gsn_contour_shade(wspeedfill,340.,355.,opt1)

However, only one shade area (340.,355.) was plotted. Can you please tell
me how to fix this problem?

Thanks very much!

Regards
Ed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20180822/e84a4cbb/attachment.html>


More information about the ncl-talk mailing list