put map on top

From: xiaoming Hu <yuanfangcan_at_nyahnyahspammersnyahnyah>
Date: Thu Jan 13 2011 - 10:18:54 MST

Hello

In the attached figure, I would like to put the map on the top of the trajectories. How could I do that ?

For the current figure, I used
plot = gsn_csm_map(wks,res) to draw the map
and used
       gsn_polyline (wks, plot, 360-lat_long(:,1) , lat_long(:,0), resp)
to draw the trajectories.

I tried to overlay another map on the top of everything by adding
plot2 = gsn_csm_map(wks,res)
overlay(plot,plot2)
which apparently didn't work out since "A map plot can't be overlaid on another map plot."

Is there any way I could put a map at the top?

Thanks

Xiaoming

                                               

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Figure2_LargerAreaTrajectories_Since1900.png
Received on Thu Jan 13 10:19:07 2011

This archive was generated by hypermail 2.1.8 : Tue Jan 25 2011 - 14:22:16 MST