how to overlay three plots in one figure ?

From: Jie Tang <totangjie_at_nyahnyahspammersnyahnyah>
Date: Mon Dec 12 2011 - 00:46:15 MST

Hi ,ncl users Now I want to plot 3 fields in one figure. one is shaded plot
and the other two are in contour.
and my codes are shown below.How could I modify my script? thank you .

  plot = gsn_csm_contour(hgt_wks,HGT,res)
   plot2 = gsn_csm_contour(hgt_wks,RH,res1)
   plot3 = gsn_csm_contour(hgt_wks,TMP,res2)
   overlay(plot,plot2,plot3)
   draw(plot)
   frame(hgt_wks)
   end

-- 
TANG Jie

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Dec 12 00:46:26 2011

This archive was generated by hypermail 2.1.8 : Fri Dec 16 2011 - 10:27:49 MST