can't overlay two filled contours?

From: Paula Doubrawa <pdoubraw_at_nyahnyahspammersnyahnyah>
Date: Thu Oct 24 2013 - 18:38:21 MDT

Hello, all!

I am overlaying filled contours on a map (basic overlay procedure, see
below).

The different plots cover different regions of my map.

If I plot one with filled contours and the other without filled contours
(only lines) then it works!

If I try to plot them both with filled contours, only the last one to be
overlaid appears in the final plot, it's overwriting the first plot that
was overlaid!

Has anyone run into this?!

Any help appreciated!

Thank you very much
Paula

*map=gsn_csm_map(wks,mpres)*
*plot1=gsn_csm_contour(wks,data1,res1)*
*plot2=gsn_csm_contour(wks,data2,res2)*
*
*
*overlay(map,plot1)*
*overlay(map,plot2)*
*
*
*draw(map)*
*frame(wks)*

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Oct 24 18:38:32 2013

This archive was generated by hypermail 2.1.8 : Fri Nov 01 2013 - 08:58:14 MDT