<div dir="ltr"><div class="gmail_default" style="font-size:small">Without seeing your whole script, I can't be sure of the problem because I don't know which resources are being used with which function call.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">However, please visit our WRF titles examples page:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/wrftitles.shtml#ex3">http://www.ncl.ucar.edu/Applications/wrftitles.shtml#ex3</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">and look at example wrf_title_3.ncl which shows how to get rid of the extra titles.  You'll notice there's no white space at the top or bottom of this plot.</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 13, 2018 at 8:09 AM, Luis Cesareo Cana Cascallar <span dir="ltr"><<a href="mailto:luis.cana@ulpgc.es" target="_blank">luis.cana@ulpgc.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;line-break:after-white-space">
Hi,
<div>
<div><br>
</div>
<div>I’m plotting several images and I’d like to remove the extra space at the bottom of the image (see attached example). I’m using gsnMaximize to use as much area as possible:</div>
<div><br>
</div>
<div>******************</div>
</div>
<div>
<div>res = True</div>
<div>;res@MainTitle = "SBF with ECMWF data, WRF-3.9.1"        ;Give plot a main title</div>
<div>res@tiMainOn = False                            ; </div>
<div>res@Footer = False                                             ; Set Footers off</div>
<div>pltres = True                                               ; Plotting resources</div>
<div>pltres@PanelPlot = True                          ; add text and locations</div>
<div>pltres@gsnMaximize = True                   ; full size</div>
<div>mpres = True           </div>
</div>
<div>******************</div>
<div><br>
</div>
<div>But notice the blank space at the bottom.<img id="m_3177774020072253530A75279E1-4787-402F-A2E1-E20085769900" src="cid:3CD9C574-8DE4-4465-81BE-94A2B38E850D@ccbb.ulpgc.es"> </div>
<div>I’ve tried to split the image in several files and use ImageMagick to trim each one of them, but retaining a high quality image. However, the size of the resulting image is really big (7,2 Mb). Any suggestion? I’m using the following command:</div>
<div><br>
</div>
<div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)">
convert -alpha off -background white -density 300 -trim Fig04a.ps Fig04a.eps</div>
</div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)">
<br>
</div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)">
Best, </div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)">
<br>
</div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)">
Luis Cana</div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica Neue";color:rgb(69,69,69)">
ULPGC</div>
<br>
<p><span style="color:rgb(75,165,36)">Antes de imprimir este correo electrónico, piense bien si es necesario hacerlo: el medio ambiente es una cuestión de todos.</span>
</p>
<p><span style="color:rgb(75,165,36)">Please consider the environment before printing this email.</span></p>
</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>