overlay

From: James Correia <jimmyc42_at_nyahnyahspammersnyahnyah>
Date: Mon, 14 Jul 2008 07:20:45 -0700

I am using the overlay function to overlay 2 plots onto a base plot:

plot = gsn_csm_vector_scalar_map( ...)
plota = gsn_csm_vector_scalar_map( ...)
plotb= gsn_csm_vector_scalar_map( ...)

overlay(plot,plota)
overlay(plot,plotb)
draw(plot)
frame(wks)

This doesnt work and the error below appears twice.

fatal:NhlAddOverlay: plot class mapPlotClass cannot be overlay plot member

What am I missing?

-- 
James Correia Jr.
Post Doc
Climate Physics Group, PNNL

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jul 14 2008 - 08:20:45 MDT

This archive was generated by hypermail 2.2.0 : Mon Jul 14 2008 - 10:44:22 MDT