<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Barry,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">As I tell most people that are working with the wrf_xxxx plotting functions, they are really meant to be used in a &quot;black box&quot; fashion, producing plots customized for a 8.5 x 11  output.  They were never really intended to be used with paneling and such.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You unfortunately can&#39;t modify the size of titles in wrf_xxxx, because they are hard-coded to be a scaled size based on some base font height size. I created a trouble ticket to track this issue to see if we can improve this.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Meanwhile, one thing you might try is before calling wrf_contour, set the gsnCenterString resource to the desired title, and then you can use gsnStringFontHeightF to control the size. This resource also automatically centers the title over your plot.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Let ncl-talk know if gsnCenterString doesn&#39;t work.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 28, 2017 at 12:55 AM, Barry Lynn <span dir="ltr">&lt;<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@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"><div dir="ltr">and: how do I center these titles.... <div><br></div><div>Thank you for addressing both of my questions.</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 28, 2017 at 8:41 AM, Barry Lynn <span dir="ltr">&lt;<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@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"><div dir="ltr">Hi:<div><br></div><div>I have been trying to adjust (shrink a bit) the height of the font on my panel plots (attached). </div><div><br></div><div>I have tried numerous commands, but none of them have an effect. I have attached the code, and here is where I tried to make changes.</div><div><br></div><div>Thank you,</div><div><br></div><div>







<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">     ; Overlay contours on a map</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        ;pltres@NoTitles = True</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        pltres@CommonTitle = True</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">;       pltres@PlotTitleHeightF = 0.0008</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">;       pltres@gsnMainFontHeight = 0.001</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        pltres@tiMainFontHeightF = 0.01</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">;       pltres@PlotTitle =  times(itime)</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">;       pltres@PlotTitle = date + &quot; Ensemble &quot; + i_loop</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        print(&quot;i_loop = &quot; + i_loop)</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        ii_loop = (i_loop+1)*4-4</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        print(&quot;ii_loop = &quot; + ii_loop)</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        pltres@PlotTitle = date + &quot; </span><span class="m_3963435807999298135m_-2607351975584716832gmail-s2">ZDR</span><span class="m_3963435807999298135m_-2607351975584716832gmail-s1"> (all)&quot;</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        plots(ii_loop) = wrf_map_overlays(a,wks,(/conto<wbr>ur/),pltres,mpres)</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        ii_loop = (i_loop+1)*4-3</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        pltres@PlotTitle = date + &quot; </span><span class="m_3963435807999298135m_-2607351975584716832gmail-s2">ZDR</span><span class="m_3963435807999298135m_-2607351975584716832gmail-s1"> (liquid)&quot;</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        plots(ii_loop) = wrf_map_overlays(a,wks,(/conto<wbr>ur_s/),pltres,mpres)</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        ii_loop = (i_loop+1)*4-2</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        pltres@PlotTitle = date + &quot; </span><span class="m_3963435807999298135m_-2607351975584716832gmail-s2">ZDR</span><span class="m_3963435807999298135m_-2607351975584716832gmail-s1"> (snow)&quot;</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        plots(ii_loop) = wrf_map_overlays(a,wks,(/conto<wbr>ur_l/),pltres,mpres)</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        ii_loop = (i_loop+1)*4-1</span></p>
<p class="m_3963435807999298135m_-2607351975584716832gmail-p1"><span class="m_3963435807999298135m_-2607351975584716832gmail-s1">        pltres@PlotTitle = date + &quot; </span><span class="m_3963435807999298135m_-2607351975584716832gmail-s2">ZDR</span><span class="m_3963435807999298135m_-2607351975584716832gmail-s1"> (graupel)&quot;</span></p><div><br></div>-- <br><div class="m_3963435807999298135m_-2607351975584716832gmail_signature"><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US <a href="tel:(914)%20432-3108" value="+19144323108" target="_blank">914 432 3108</a><br></div></div></div>
</div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_3963435807999298135gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US <a href="tel:(914)%20432-3108" value="+19144323108" target="_blank">914 432 3108</a><br></div></div></div>
</div>
</div></div><br>______________________________<wbr>_________________<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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>