<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="">Hello!<div class=""><br class=""></div><div class="">I am creating a panel plot and need to change the title font size because it is too long (see plot attached). </div><div class=""><br class=""></div><div class="">However, changing the value of <i class="">tiMainFontHeightF</i> in the script doesn’t change the font height. Is the paneling preventing me from changing the font size, or do I need to add another command to enable it? I checked “Title Resources” (<a href="https://www.ncl.ucar.edu/Document/Graphics/Resources/ti.shtml#tiMainFontHeightF" class="">https://www.ncl.ucar.edu/Document/Graphics/Resources/ti.shtml#tiMainFontHeightF</a>) and “PlotManager” (<a href="https://www.ncl.ucar.edu/Document/HLUs/Classes/PlotManager.shtml" class="">https://www.ncl.ucar.edu/Document/HLUs/Classes/PlotManager.shtml</a>) which sounded like under some circumstances the font size might not be changeable. But I didn’t really understand what it meant or what to do. </div><div class=""><br class=""></div><div class="">I also included the part of my script about the paneling of the individual plots (4) below. I appreciate any help!</div><div class=""><br class=""></div><div class="">Thank you,</div><div class="">Toni</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">;***********************************************</div><div class="">; panel plots together</div><div class="">;***********************************************</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">     </span>print("5 - Create plot matrix")</div><div class=""><br class=""></div><div class="">  pres                 = True</div><div class="">  pres@gsnMaximize     = False</div><div class="">  pres@gsnPanelRowSpec = True</div><div class="">  pres@gsnPanelCenter  = False</div><div class="">  pres@gsnFrame        = False</div><div class="">  pres@gsnPanelXWhiteSpacePercent<span class="Apple-tab-span" style="white-space:pre">  </span>= 10<span class="Apple-tab-span" style="white-space:pre">        </span>; horizontal white space between columns in percent</div><div class="">  pres@gsnPanelYWhiteSpacePercent<span class="Apple-tab-span" style="white-space:pre"> </span>= 5<span class="Apple-tab-span" style="white-space:pre">         </span>; vertical white space between rows in percent</div><div class="">  pres@gsnPanelMainString = RCP_title[h](0) + " | " + fs_title[i](0) + " | " + variable_title[k](0) + " | " + group_title[l](0) + " | Change from 1981-2010 Avg."</div><div class="">  pres@tiMainFontHeightF  = 0.035</div><div class="">  pres@tiMainFont         = 21</div><div class="">;  pres@gsnPanelXF  = (/-1,0.6,0.6,0.6/)</div><div class=""><br class=""></div><div class="">  gsn_panel(wks,plot,(/4,1/),pres)<span class="Apple-tab-span" style="white-space:pre">            </span>; EP, NP, CP, and SP horizontally next to each other</div><div class=""><br class=""></div><div class="">  frame(wks)</div><div class=""><br class=""></div><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 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="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; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><font face="Calibri" class=""><br class="Apple-interchange-newline"><br class=""></font></div><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><font face="Calibri" class=""><b class="">Toni Klemm, Ph.D.<br class=""></b>Postdoctoral Research Associate</font></div><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Department of Ecosystem Science and Management</div><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">College of Agriculture and Life Sciences</div><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Texas A&M University, College Station, TX</div><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><font face="Calibri" class="">Contributor to the <a href="http://www.eccforum.org" class="">Early Career Climate Forum</a><br class=""><a href="http://www.toni-klemm.de" class="">www.toni-klemm.de</a> | <a href="http://twitter.com/toniklemm" class="">@toniklemm</a></font></div><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><font face="Calibri" class=""><br class=""></font></div><div style="color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><font face="Calibri" class=""><br class=""></font></div></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<img style="-webkit-user-select: none; display: block; margin: auto; cursor: zoom-in;" apple-inline="yes" id="E97CE7C4-AF0D-467F-BDA5-276A4E7A8571" src="cid:BD165586-4D5D-44A6-8463-8F60BDA238BB" class=""></div></body></html>