<div dir="ltr"><div>Hi Toni,</div>Yes, you can do this two ways:<div>1 - Adjust the gsnPanelBottom setting downwards until the plots are roughly the same size.</div><div>2 - Panel the bottom four plots as you are doing, but manually panel the top two plots using the gsnPanelDebug information to set vpXF/vpWidthF settings appropriately as is shown in panel example #39. </div><div>Adam </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 25, 2019 at 10:09 AM Toni Klemm <<a href="mailto:toni-klemm@tamu.edu">toni-klemm@tamu.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;">Hi Adam,<div><br></div><div>Thanks a lot, that worked! It didn’t even need adjustment, and the text on the top left and right fits better, too. </div><div><br></div><div>Is there a way to make the top two panels as wide as the other ones? I attached the plot again.</div><div><br></div><div>Thank you again!</div><div><br></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><br><blockquote type="cite"><div>On Oct 25, 2019, at 10:52 AM, Adam Phillips <<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>> wrote:</div><br><div><div dir="ltr" style="font-family:Calibri;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">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="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.ncl.ucar.edu_Applications_panel.shtml-23ex19&d=DwMFaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=zmhRVp0i4wZ5_1Ujh0fnRXAExHgKLTQu0rZLW7PxKA4&m=ms1C-4LCLEKb7ZTZxu3OHEE9X5zMXrM3CM8irEnTEJA&s=EyuWGmkFjAnBXDcAaq1T8M6L8S5n9REldVKmiXrwsjQ&e=" target="_blank">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="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.ncl.ucar.edu_Applications_panel.shtml-23ex39&d=DwMFaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=zmhRVp0i4wZ5_1Ujh0fnRXAExHgKLTQu0rZLW7PxKA4&m=ms1C-4LCLEKb7ZTZxu3OHEE9X5zMXrM3CM8irEnTEJA&s=lI7qJiSmhKpg9Lh0AVY8iu-ghtsjLm-yIDZ_8siRp2w&e=" target="_blank">http://www.ncl.ucar.edu/Applications/panel.shtml#ex39</a><br></div><div>Adam</div><div></div></div><br style="font-family:Calibri;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div class="gmail_quote" style="font-family:Calibri;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><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" target="_blank">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>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="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="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="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="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.toni-2Dklemm.de&d=DwMFaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=zmhRVp0i4wZ5_1Ujh0fnRXAExHgKLTQu0rZLW7PxKA4&m=ms1C-4LCLEKb7ZTZxu3OHEE9X5zMXrM3CM8irEnTEJA&s=a28I16hXfGunVsd7pbdWmZ5MnQzE3rvz6gOywuUafqg&e=" target="_blank">www.toni-klemm.de</a> | <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.twitter.com_toniklemm&d=DwMFaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=zmhRVp0i4wZ5_1Ujh0fnRXAExHgKLTQu0rZLW7PxKA4&m=ms1C-4LCLEKb7ZTZxu3OHEE9X5zMXrM3CM8irEnTEJA&s=Nq3lxAHg2jAoknVLSDrRd0LT-4p7423El63cgVdIpKE&e=" target="_blank">@toniklemm</a><br>Editorial Board member, <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.eccforum.org&d=DwMFaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=zmhRVp0i4wZ5_1Ujh0fnRXAExHgKLTQu0rZLW7PxKA4&m=ms1C-4LCLEKb7ZTZxu3OHEE9X5zMXrM3CM8irEnTEJA&s=fd1Z3GwkT_abgEmfcVJDQ0UJFenP90C1WSK3ova6N9I&e=" target="_blank">Early Career Climate Forum</a><br><br><br><br><br><br><br><br></div></div></div></div></div></div></div><div><div></div></div><div><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="https://urldefense.proofpoint.com/v2/url?u=http-3A__mailman.ucar.edu_mailman_listinfo_ncl-2Dtalk&d=DwMFaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=zmhRVp0i4wZ5_1Ujh0fnRXAExHgKLTQu0rZLW7PxKA4&m=ms1C-4LCLEKb7ZTZxu3OHEE9X5zMXrM3CM8irEnTEJA&s=_6Mu-FAX6TIXr552Rm3G8khUmbo77Zg_QWa7LVOroNk&e=" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div><br clear="all" style="font-family:Calibri;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div style="font-family:Calibri;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><br></div><span style="font-family:Calibri;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline">--<span> </span></span><br style="font-family:Calibri;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="ltr" style="font-family:Calibri;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips<span> </span><br></font></span></div><span><font color="#888888">Associate Scientist, <span> </span></font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.cgd.ucar.edu_staff_asphilli_&d=DwMFaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=zmhRVp0i4wZ5_1Ujh0fnRXAExHgKLTQu0rZLW7PxKA4&m=ms1C-4LCLEKb7ZTZxu3OHEE9X5zMXrM3CM8irEnTEJA&s=xRHoXEvlcX3T-Pf1NJxPrZw32bS_WNqXAUkN_2SrRG0&e=" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>  <span> </span></font></span><span><font color="#888888">303-497-1726<span> </span></font></span></div></div></div></div></div></div></div></div></div></div></blockquote></div><img id="gmail-m_-8004483445081381500AFB2ECE-0345-4B76-BE81-77972D15DF34" src="cid:16e0455f61edfcbea2a1"></div></div></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>