<div dir="ltr">Hi Toni,<div>I would call gsn_panel twice, once for the first row and once for the 2nd/3rd rows. You will also have to set a few resources in your panel resource list:</div><div>resP@gsnPanelBottom = 0.65  ; will likely need adjusting</div><div>resP@gsnFrame = False</div><div>resP@gsnPanelRowSpec = False</div><div>resP@gsnPanelLabelBar = False</div><div>resP@gsnPanelDebug = True</div><div>gsn_panel(wks,plot(:1),(/1,2/),resP)<br></div><div><br></div><div>resP@gsnPanelTop = resP@gsnPanelBottom - 0.05   ; will likely need adjusting<br></div><div>delete(resP@gsnPanelBottom)</div><div>resP@gsnPanelLabelBar = True</div><div>gsn_panel(wks,plot(2:),(/2,2/),resP)</div><div>frame(wks)</div><div><br></div><div>gsnPanelDebug prints out information about the positioning of the panel plots, as well as their size. You can then use this information to set the positioning of the panels (although you cannot set the height/width this way). See panel example 19:</div><div><a href="http://www.ncl.ucar.edu/Applications/panel.shtml#ex19">http://www.ncl.ucar.edu/Applications/panel.shtml#ex19</a><br></div><div>This method will take a bit of trial and error, but it shouldn't take too long. </div><div><br></div><div>Alternatively, you can panel the figures manually, see example 39 here:</div><div><a href="http://www.ncl.ucar.edu/Applications/panel.shtml#ex39">http://www.ncl.ucar.edu/Applications/panel.shtml#ex39</a><br></div><div>Adam</div><div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 25, 2019 at 9:29 AM Toni Klemm via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">Hello NCL community,<div><br></div><div>I’m plotting a panel of 6 maps (2 columns x 3 rows), each one 5 longitudes wide but the top two panels have a different size than the other ones, because their geographic area is larger (spanning 7 degrees latitude instead of 6 degrees). Because of that, the top panel elements are smaller than the other ones. Is there a way to change the size of the top two so that they all site neatly on top of each other?</div><div><br></div><div>I attached a sample plot and my code.</div><div><br></div><div>Thank you all,</div><div>Toni<br><div>
<div dir="auto" style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div><br><br><b>Toni Klemm, Ph.D.<br></b>Postdoctoral Research Associate<br>Department of Ecosystem Science and Management<br>College of Agriculture and Life Sciences<br>Texas A&M University, College Station, TX<br><a href="http://www.toni-klemm.de" target="_blank">www.toni-klemm.de</a> | <a href="http://www.twitter.com/toniklemm" target="_blank">@toniklemm</a><br>Editorial Board member, <a href="http://www.eccforum.org" target="_blank">Early Career Climate Forum</a><br><br><br><br><br><br><br><br></div></div></div></div>
</div>
</div></div><div style="overflow-wrap: break-word;"><div></div></div><div style="overflow-wrap: break-word;"><div></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>