<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Adam,<div class=""><br class=""></div><div class="">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 class=""><br class=""></div><div class="">Is there a way to make the top two panels as wide as the other ones? I attached the plot again.</div><div class=""><br class=""></div><div class="">Thank you again!</div><div class=""><br class=""></div><div class="">Toni<br class=""><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div><br class=""><br class=""><b class="">Toni Klemm, Ph.D.<br class=""></b>Postdoctoral Research Associate<br class="">Department of Ecosystem Science and Management<br class="">College of Agriculture and Life Sciences<br class="">Texas A&M University, College Station, TX<br class=""><a href="http://www.toni-klemm.de" class="">www.toni-klemm.de</a> | <a href="http://www.twitter.com/toniklemm" class="">@toniklemm</a><br class="">Editorial Board member, <a href="http://www.eccforum.org" class="">Early Career Climate Forum</a><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""></div></div></div></div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Oct 25, 2019, at 10:52 AM, Adam Phillips <<a href="mailto:asphilli@ucar.edu" class="">asphilli@ucar.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Hi Toni,<div class="">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 class="">resP@gsnPanelBottom = 0.65  ; will likely need adjusting</div><div class="">resP@gsnFrame = False</div><div class="">resP@gsnPanelRowSpec = False</div><div class="">resP@gsnPanelLabelBar = False</div><div class="">resP@gsnPanelDebug = True</div><div class="">gsn_panel(wks,plot(:1),(/1,2/),resP)<br class=""></div><div class=""><br class=""></div><div class="">resP@gsnPanelTop = resP@gsnPanelBottom - 0.05   ; will likely need adjusting<br class=""></div><div class="">delete(resP@gsnPanelBottom)</div><div class="">resP@gsnPanelLabelBar = True</div><div class="">gsn_panel(wks,plot(2:),(/2,2/),resP)</div><div class="">frame(wks)</div><div class=""><br class=""></div><div class="">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 class=""><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=" class="">http://www.ncl.ucar.edu/Applications/panel.shtml#ex19</a><br class=""></div><div class="">This method will take a bit of trial and error, but it shouldn't take too long. </div><div class=""><br class=""></div><div class="">Alternatively, you can panel the figures manually, see example 39 here:</div><div class=""><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=" class="">http://www.ncl.ucar.edu/Applications/panel.shtml#ex39</a><br class=""></div><div class="">Adam</div><div class=""></div></div><br style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div class="gmail_quote" style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 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" class="">ncl-talk@ucar.edu</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;"><div style="overflow-wrap: break-word;" class="">Hello NCL community,<div class=""><br class=""></div><div class="">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 class=""><br class=""></div><div class="">I attached a sample plot and my code.</div><div class=""><br class=""></div><div class="">Thank you all,</div><div class="">Toni<br class=""><div class=""><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;" class=""><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;" class=""><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;" class=""><div class=""><br class=""><br class=""><b class="">Toni Klemm, Ph.D.<br class=""></b>Postdoctoral Research Associate<br class="">Department of Ecosystem Science and Management<br class="">College of Agriculture and Life Sciences<br class="">Texas A&M University, College Station, TX<br class=""><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" class="">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" class="">@toniklemm</a><br class="">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" class="">Early Career Climate Forum</a><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""></div></div></div></div></div></div></div><div style="overflow-wrap: break-word;" class=""><div class=""></div></div><div style="overflow-wrap: break-word;" class=""><div class=""></div></div>_______________________________________________<br class="">ncl-talk mailing list<br class=""><a href="mailto:ncl-talk@ucar.edu" target="_blank" class="">ncl-talk@ucar.edu</a><br class="">List instructions, subscriber options, unsubscribe:<br class=""><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" class="">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div><br clear="all" style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><span style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">--<span class="Apple-converted-space"> </span></span><br style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div dir="ltr" class="gmail_signature" style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><span class=""><font color="#888888" class="">Adam Phillips<span class="Apple-converted-space"> </span><br class=""></font></span></div><span class=""><font color="#888888" class="">Associate Scientist, <span class="Apple-converted-space"> </span></font></span><span class=""><font color="#888888" class="">Climate and Global Dynamics Laboratory, NCAR<br class=""></font></span></div></div><div class=""><span class=""><font color="#888888" class=""><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" class="">www.cgd.ucar.edu/staff/asphilli/</a>  <span class="Apple-converted-space"> </span></font></span><span class=""><font color="#888888" class="">303-497-1726<span class="Apple-converted-space"> </span></font></span></div></div></div></div></div></div></div></div></div></div></blockquote></div><img apple-inline="yes" id="0AFB2ECE-0345-4B76-BE81-77972D15DF34" src="cid:5CFA5335-E51F-45FB-A154-DE6B23173ABD" class=""></div></body></html>