<div dir="ltr">Hi,<div><br></div><div>Thanks for the suggestions. However, I am not seeing much difference. I mean, by using <span style="font-size:12.8px">mpShapeMode = &quot;FreeAspect&quot; for each plot, they look quite similar.. I was wondering how to reduce the right and left margins..increasing also the plots. </span></div><div><span style="font-size:12.8px">The thing is that I wanted to keep </span><span style="font-size:12.8px">gsn_panel(wks, panelP(:,k), (/7,2/), pres), since I am trying to compare models (the same model in each row, at different period of time).</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Many thanks again,</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">cheers,</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"> Noelia</span></div><div><span style="font-size:12.8px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-11-10 17:04 GMT+01:00 Adam Phillips <span dir="ltr">&lt;<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Noelia,<div>You are already close to the maximum size for your plots based on the options you have chosen and the orientation and domain of the plots. NCL will not distort the map (horizontally in your case) unless you explicitly tell it to do so. Here are a few suggestions:</div><div><br></div><div>1) Set mpShapeMode = &quot;FreeAspect&quot; and set vpWidthF = 0.8 and vpHeightF = 0.6. (The last two settings are guesses.) Setting those three resources will tell NCL to go ahead and stretch/distort each plot so that is wider.</div><div><a href="http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpShapeMode" target="_blank">http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpShapeMode</a><br></div><div><br></div><div>2) Comment out: pres@gsnPanelBottom = 0.06, and if the resulting plot has the label bar off the bottom of the page set pres@lbOrientation = &quot;Vertical&quot;, pres@pmLabelBarWidthF = 0.1 and pres@pmLabelBarHeightF = 0.6. This will move the label bar to the side.</div><div><br></div><div>3) Comment out pres@txString and set your plot title manually by using gsn_text_ndc:</div><div><a href="https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_text_ndc.shtml" target="_blank">https://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_text_ndc.shtml</a><br></div><div><br></div><div>4) Change the panel layout by changing this: </div><div>                gsn_panel(wks, panelP(:,k), (/7,2/), pres)</div><div>     to this: gsn_panel(wks, panelP(:,k), (/5,3/), pres)</div><div><br></div><div>Hope that all helps. If not, please respond to the ncl-talk email list.</div><div>Adam</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Tue, Nov 10, 2015 at 8:47 AM, Noelia otero <span dir="ltr">&lt;<a href="mailto:noeli1680@gmail.com" target="_blank">noeli1680@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">Hi,<div><br></div><div>I am trying to make some plots by using gsn_panel. My question is, how can I get the plots bigger? I have been looking at several examples and I am already using the option gsnMaximize, however, when I check the pdf file, it looks like too small..(I would like to reduce the margins and make bigger every plot). I am not sure what is best way. </div><div>I would like to attach the plot that I got and the script I&#39;m using.</div><div><br></div><div>Many thanks in advance,</div><div><br></div><div>cheers,</div><div><br></div><div>Noelia</div></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><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888"><a href="tel:303-497-1726" value="+13034971726" target="_blank">303-497-1726</a> </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</font></span></div>
</blockquote></div><br></div>