<div dir="ltr">Change the order with which you store the plots in the array that is called in gsn_panel.<div><br></div><div>phases = new(8,graphic)</div><div>phases(0) = phase1plot</div><div>phases(1) = phase5plot</div><div>

phases(2) = phase2plot</div><div>phases(3) = phase6plot</div><div>...and so on for all 8.</div><div><br></div><div>You&#39;ll also have to re-arrange your text annotations (such as labeling each as panel a and b) if you are setting any in the panel resources.</div>

<div><br></div><div><br></div><div>Kyle</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">----------------------------------------<div>Kyle S. Griffin</div><div>Department of Atmospheric and Oceanic Sciences</div>

<div>University of Wisconsin - Madison</div><div>Room 1421</div><div>1225 W Dayton St, Madison, WI 53706</div><div>Email: <a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a></div></div></div>
<br><br><div class="gmail_quote">On Wed, Aug 6, 2014 at 11:56 AM, WU, Cheuk Kuen <span dir="ltr">&lt;<a href="mailto:hkson@connect.hku.hk" target="_blank">hkson@connect.hku.hk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Hi,<br><br>I am doing an MJO study. I am plotting the mean geopotential height and wind vector anomalies in different phases of MJO. I plotted all the individual plots, and even tried to do a panel plot. However, the finished panel plot draws the individual plots from left to right, top to bottom, like:<br>


<br>Phase1 Phase2<br>Phase3 Phase4<br>Phase5 Phase6<br>Phase7 Phase8<br><br>I want to plot them from top to bottom, left to right, like:<br>Phase1 Phase5<br>Phase2 Phase6<br>Phase3 Phase7<br>Phase4 Phase8<br><br>However, I cannot find useful information on the Internet. The most relevant one is <a href="http://www.ncl.ucar.edu/Applications/Scripts/panel_12.ncl" target="_blank">http://www.ncl.ucar.edu/Applications/Scripts/panel_12.ncl</a> this one. I thought to plot phases1-4 as the first (left) panel, and phases 5-8 as the second (right) panel. But I have the common label bar and title for all 8 plots and I don&#39;t want them to appear twice, and I want to place them in the center but not only left or right. Is there a convenient way to draw the plots in the way I want, i.e. from top to bottom, left to right with only one common title and label bar in the centre?<br>


<br>Regards,<br>John<br></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>