<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Juris,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It looks to me like all plots are square, correct?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If so, then in order to get the top six plots to be the same size as the bottom two plots, you want to draw the top six plots in 3/4 of the space, and the bottom two plots in 1/4 of the space.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">See example panel_38.ncl, which does something similar, but with plots being drawn to 2/3 of the space, and 1/3 of the space.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You could start by trying these settings for the six plots:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">pres@gsnPanelTop = 1.0</div><div class="gmail_default" style="font-size:small">pres@gsnPanelBottom = 0.25</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">and these two values for the bottom plots:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><div class="gmail_default">pres@gsnPanelTop = 0.25</div><div class="gmail_default">pres@gsnPanelBottom = 0.0</div><div class="gmail_default"><br></div><div class="gmail_default">You might need to tweak the positions of the plots, which you can do with the gsnPanelXF and gsnPanelYF resources. These are also used in panel_38.ncl</div><div class="gmail_default"><br></div><div class="gmail_default">If you continue to have problems with this script, it would really help if we could have your script and data so we can run it here.</div><div class="gmail_default"><br></div><div class="gmail_default">Thanks,</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 21, 2016 at 11:35 AM, Juris Almonte <span dir="ltr">&lt;<a href="mailto:Juris.Almonte@umanitoba.ca" target="_blank">Juris.Almonte@umanitoba.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
Hi NCL users,
<div><br>
</div>
<div>I would like the plots within my panel to be of the same size, at least in the x axis, as they have the same dimensions on the x axis and differ on the y axis. </div>
<div><br>
</div>
<div>Here is the part of the script which panelled the plots.  I used example panel_33.ncl for reference, using gsn_panel_return.  </div>
<div><br>
</div>
<div>Thanks in advance,</div>
<div><br>
</div>
<div>Juris</div>
<div>M.Sc. student</div>
<div>University of Manitoba<img id="m_7197984616401645259161A5263-192E-4E69-B31A-001C06F7D645" height="464" width="464" src="cid:E84262F2-FD53-466C-BED9-AC6DD61CC36B@wifi.ad.umanitoba.ca"></div>
</div>

<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>