Re: drawing lines through cell centres on a map

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Dec 02 2009 - 18:30:55 MST

G'day

    wks = gsn_define_wks("x11", "foo_0")
        :
    plot = gsn_contour(wks,...)

----
    wks1 = gsn_define_wks("x11", "foo_1")
        :
    plot = gsn_contour(wks1,...)
----
    wks2 = gsn_define_wks("x11", "foo_2")
        :
    plot = gsn_contour(wks2,...)
----
Good luck
mark collier wrote:
> Hi,
> I often pop up x11 windows from a NCL session. I'm wondering if there  
> is someway of popping up more than one x11 window from a single  
> session? At the moment I have to kill (by clicking on it) the window  
> before proceeding to the next line of code.
> Thanks,
> Mark.
> 
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Dec 2 18:31:46 2009

This archive was generated by hypermail 2.1.8 : Thu Dec 03 2009 - 09:53:22 MST