<div dir="ltr"><div class="gmail_default" style="font-size:small">[The original message I sent didn&#39;t go through because my attachments were too large.  I had to reject my own posting!  I&#39;m reposting my answer with fewer attachments and some cleanup of my original response.]</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><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 style="font-size:12.8px"><li style="margin-left:15px">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:<br><br class=""><font face="monospace, monospace"><span style="font-size:12.8px">delete</span><span style="font-size:12.8px">(wks)</span><br style="font-size:12.8px"><span style="font-size:12.8px">system</span><span style="font-size:12.8px">(</span><span style="font-size:12.8px">&quot;convert -trim Test_wspace.png Test_wspace.trim.png&quot;</span><span style="font-size:12.8px">)</span></font></li></ul></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_default"><span style="font-size:12.8px"><font face="arial, helvetica, sans-serif">&quot;convert&quot; is part of ImageMagick.  For information on downloading this free tool, see </font></span></div><span style="font-size:12.8px"><font face="arial, helvetica, sans-serif"><a href="http://www.imagemagick.org/script/index.php">http://www.imagemagick.org/script/index.php</a></font></span></blockquote><div class="gmail_default"><div class="gmail_default" style="font-size:12.8px"><ul><li style="margin-left:15px">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 style="margin-left:15px">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>See the modified script, which uses dummy data, and the 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 also removed the white space before the labelbar, but you don&#39;t need to do this. I made the original PNG 1500x1500 to make the attachment a little smaller.</p><p>--Mary</p></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">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><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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 class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Debasish.<br></font></span></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>