<div dir="ltr"><div class="gmail_default" style="font-size:small">Alyce,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">In order to draw a multiple set of plots using three different calls to gsn_panel, and keeping the plots the same size, it is important that each set of plots is drawn to the same size area on the unit square.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I see that you are already setting gsnPanelTop and gsnPanelBottom, which is a good start.  These need to each be set to a third of the canvas, however.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Once you do this, however, the plots are going to run into each other because two of your rows have labelbars and one row doesn&#39;t.  This is where gsnPanelYF comes in. It allows you to tweak the Y position of each plot.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I created a new example to demonstrate this, and I roughly based it on the image you sent. Please see panel_38.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#ex38">http://www.ncl.ucar.edu/Applications/panel.shtml#ex38</a><br></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 Wed, Mar 16, 2016 at 10:50 PM, Alyce Sala Tenna <span dir="ltr">&lt;<a href="mailto:alsalte@gmail.com" target="_blank">alsalte@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there,<br>
<br>
I&#39;m having trouble creating unity for my 3 panel plots.<br>
Somewhere between having no label bar for the first panel, and adding one in the second, the label bar reduces the second panel entirely, then expands again on the third panel.<br>
I&#39;ve attached the script, do you think there are there any other measurements I should consider adding into the plot, or other options so I have evenly spaced rows?<br>
I think between lines 218 - 248 is where the issue lies.<br>
<br>
Many thanks in advance for your help.<br>
Regards<span class="HOEnZb"><font color="#888888"><br>
Alyce<br>
</font></span><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>