<div dir="ltr"><div class="gmail_default" style="font-size:small">Can you be more specific about where you see the white space? It would help if you include the image.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The &quot;convert -trim&quot; option should work for trimming the white space, but if the white space appears between plot elements, like between the plot and some more text, then the &quot;-trim&quot; option is going to have no affect.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Also, make sure that before you call the &quot;convert&quot; command, that you close the plot with a call to &quot;delete&quot;:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">delete(wks)    ; closes the workstation</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><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 21, 2015 at 8:36 AM, Xi Chang <span dir="ltr">&lt;<a href="mailto:xi.chang01@gmail.com" target="_blank">xi.chang01@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"><br><div class="gmail_quote"><div dir="ltr"><span class=""><div>Hallo,<br></div>Im creating my panel plot not using gsn but using these functions:<br><br></span>  xres@vpHeightF  <br>  xres@vpXF   <br>  xres@vpWidthF <br>  xres@vpYF              <br><br></div><div>after save the figure in pdf format i found too many white space below my panel plot. Any idea how to remove this extra white space? It doesn’t work with<br><br>system(&quot;convert -density 88 -trim &quot;+pltPath+&quot;.&quot;+pltType+&quot;&quot;+pltPath+&quot;.&quot;+pltType) <br></div><div dir="ltr"><br></div>
</div><br></div>
<br>_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>