<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">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">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">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><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>_______________________________________________<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><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><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">303-497-1726 </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>
</div>