<div dir="ltr"><div>Many thanks Mary. It worked.<br><br></div>Debasish.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 27, 2015 at 7:35 PM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</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"><div class="gmail_default" style="font-size:small">Debasish,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Since you chose a 2 x 4 (2 rows by 4 columns) configuration for your plot, you are pretty much taking up all the possible space in the width that you have available. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">There are a few ways to make your plots bigger:</div><ul><li>You are using a size of 2500 x 2500 for your PNG, which is a good size.  You can trim the white space by calling &quot;convert -trim&quot; on the PNG after the panel plot has been drawn.  You need to add this code at the end of your script, before the &quot;end&quot; statement, but after the &quot;frame&quot; call:</li></ul><div class="gmail_default"><ul><li>Set gsnPanelYWhiteSpacePercent / gsnPanelXWhiteSpacePercent to something smaller than 4.  If you use a value of 0, then your plots will almost be touching. I used a value of 1.0<br><br></li><li>Use a configuration other than 2 x 4, like 4 x 2, or even 3 x 3, if you don&#39;t mind having 2 rows of 3 plots, and then 1 row with 2 plots. But, if you do this, I suggest not moving the labelbar so far away from the paneled plots, because then you are decreasing the amount of space for where you can put the plots. In general, I suggest not setting the gsnPanelBottom/Top/Left/Right resources, unless you need to for other reasons, like doing multiple panels on one page.</li></ul><div>







<p><span>delete</span><span>(wks)<br></span><span>system</span><span>(</span><span>&quot;convert -trim Test_wspace.png Test_wspace.trim.png&quot;</span><span>)</span></p><p>See the modified script and attached PNG images (both non-trimmed and trimmed), which I generated by using a value of 1.0 for the &quot;WhiteSpacePercent&quot; resources, and by doing a &quot;convert -trim&quot; after the image was created. I did both a 2 x 4 and a 4 x 2 configuration.  I also removed the white space before the labelbar, but you don&#39;t need to do this. </p><p><br></p><p>--Mary</p><p><br></p></div></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Sat, Sep 26, 2015 at 3:12 PM, Debasish Hazra <span dir="ltr">&lt;<a href="mailto:debasish.hazra5@gmail.com" target="_blank">debasish.hazra5@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div>Hi,<br><br>  I am trying to plot a panel plot with 8 figures. However, it seems the final plot shows lot of white spaces and figure sizes are small. Is there any way I can increase the sizes of the each figure to cover more part of the panel ? Attached is the code and the resulted figure.<br><br>Thanks<span><font color="#888888"><br></font></span></div><span><font color="#888888">Debasish.<br></font></span></div>
<br></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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>
</blockquote></div><br></div>