<div dir="ltr"><div class="gmail_default" style="font-size:small">Rebecca,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The cause of the spacing between the middle plots is due to the plot in the very first row, which is the only plot that has tickmark labels.  gsn_panel uses the first plot in its list to determine the sizing needed for all other plots, because it assumes they are all the same size. The remaining plots have extra spaces between them, because gsn_panel doesn&#39;t know that they are all smaller than the first plot.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I don&#39;t know if this will help, but try telling gsn_panel to base its resizing on the second plot in the list, rather than the first:</div><div class="gmail_default" style="font-size:small">







<p class=""><span class=""> pres1@</span><span class="">gsnPanelScalePlotIndex</span><span class=""> = 1                   </span>; Default is 0 (first plot in list)           </p></div><div class="gmail_default" style="font-size:small">If this doesn&#39;t help, then could you provide me with your data files so I can try running the script myself?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 6, 2016 at 11:33 PM, rebecca firth <span dir="ltr">&lt;<a href="mailto:rebeccafirth169@yahoo.co.uk" target="_blank">rebeccafirth169@yahoo.co.uk</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 style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;font-size:16px"><div>Hi,</div><div><br></div><div>I am trying to create a panel plot with 3 rows. The top row has 1 plot, the middle and last rows have 4 plots. For some reason the spacing between the plots on the top and middle rows are different to the spacing between the plots on the bottom row and I can&#39;t understand why.<br></div><div><br></div><div>I have attached the script and PDF output. </div><div><br></div><div>Do you have any advice?</div><div><br></div><div>Many thanks,</div><div>Rebecca<br></div></div></div><br>_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>