Order of plots in gsn_panel

From: Saji N. Hameed (saji AT hawaii.edu)
Date: Thu Jun 23 2005 - 22:42:27 MDT


Hi,

Is there a way to control, how gsn_panel fills up an array of plots?
Suppose I made plots(i), i = 0,8. If I ask gsn_panel to design a panel
with 4 rows and 2 columns, by calling

gsn_panel(wks,plots,(/4,2/),pres1)

, it will give me a panel where plots(1) is to the right of plot(0)
and plot(2) is to the bottom of plot(0) and so on

   plots(0) | plots(1)
   --------------------
   plots(2) | plots(3)

Is there a way to change this behaviour, so that gsn_panel makes
plots(1) to be below plots(0) and plots(2) below plots(1)...

   plots(0)| plots(4)
  -------------------
   plots(1)| plots(5)

Thanks,

saji

_______________________________________________
ncl-talk mailing list
ncl-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk



This archive was generated by hypermail 2b29 : Fri Jun 24 2005 - 10:30:44 MDT