Vector-contours overlay

From: Prince K. XAVIER <xavier_at_nyahnyahspammersnyahnyah>
Date: Mon, 23 Oct 2006 16:24:42 +0200

Hi all,

My aim is to plot 3 quantities in the same panel; 1.Wind vectors,
2.SST(shaded contours) and OLR (contours). the plot section of my script
looks something like this...

res = True
res_at_gsnDraw = False
res_at_gsnFrame = False
..........
..........
plot1=gsn_csm_vector_scalar_map_ce(wks,u10jjas,v10jjas,sstjjas,res)
plot2=gsn_csm_contour_map_ce(wks,olrjjas,res)
overlay(plot1,plot2)
draw(plot1)
frame(wks)

The error I get is "fatal:NhlAddOverlay: plot class mapPlotClass cannot
be overlay plot member". I couldn't figure out what is wrong. Is there a
way this can be accomplished?

Thanks in advance
prince

-- 
Prince K. XAVIER		
Laboratoire de Meteorologie Dynamique
Ecole Normale Superieure
24 Rue Lhomond 75231 Paris 
cedex 05 FRANCE
Tel: +33 (0)1 44 32 22 32
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Oct 23 2006 - 08:24:42 MDT

This archive was generated by hypermail 2.2.0 : Mon Oct 23 2006 - 08:51:16 MDT