<div dir="ltr"><div class="gmail_default" style="font-size:small">Helen,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The issue here appears to be with paneling plots that are different sizes.  The plots on the bottom are larger than the other plots, because they contain labels on the bottom axis.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you have plots that are larger than the top leftmost plot, then you need to tell the gsn_panel routine to base the scaling of each plot on the plot that&#39;s the largest (the default is to base it on the first plot).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Do by by setting resP@gsnPanelScalePlotIndex to 6 or 7 to indicate that the scaling of each plot should be based on plot # 6 or #7, and not plot #0.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For an example of this, see panel_24.ncl at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style><a href="http://www.ncl.ucar.edu/Applications/panel.shtml#ex24">http://www.ncl.ucar.edu/Applications/panel.shtml#ex24</a><br></div><div class="gmail_default" style><br></div><div class="gmail_default" style>As a side, your main title is quite large.  You may want to resize it by setting resP@txFontHeightF to something smaller, like 0.03 or smaller.</div><div class="gmail_default" style><br></div><div class="gmail_default" style>--Mary</div><div class="gmail_default" style><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 9, 2015 at 7:51 PM, Parish, Helen <span dir="ltr">&lt;<a href="mailto:hparish@epss.ucla.edu" target="_blank">hparish@epss.ucla.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div>
<div><font><span style="font-size:10pt">
<div>Does anyone know how to prevent the bottom row of a panel plot from being narrower than the other rows ?. In this kind of panel plot only the bottom row has axis labels and x-axis titles. However, I do not see why this should make the
 bottom row narrower. Does anyone know how to correct this ?.<br>
<br>
I enclose a copy of the NCL script and the image it produces.<br>
<br>
Thanks,<br>
Helen.<br>
<br>
</div>
</span></font></div>
<div><font><span style="font-size:10pt">
<div><br>
<br>
</div>
</span></font></div>
<div><img src="cid:5c37ef2f-0874-494f-9399-08b3caadafd7@em.ucla.edu"> </div>
</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>