<div dir="ltr"><div class="gmail_default" style="font-size:small">Yanting,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I can't tell from your code snippet if you are actually trying to panel the individual plots using gsn_panel, or if you are just drawing the plots yourself? Since these two plots are very different in size, I recommend NOT using gsn_panel, and just using vpXXXX resources.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Meanwhile, when you set gsnMaximize to True, it will actually resize your plots to make them fit in the window. It will keep the same aspect ratio, but it is effectively change vpWidthF and vpHeightF under the hood.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Try not setting gsnMaximize at all, and let the vp resources do the work.<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You might also try using maximize_output, which only works for PS and PDF output.  PNG output will not rotate the image, but PS/PDF output will.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">See examples panel_20 and panel_23 at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/panel.shtml">http://www.ncl.ucar.edu/Applications/panel.shtml</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 19, 2018 at 3:45 AM, Yan-Ting Chen via ncl-talk <span dir="ltr"><<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>></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 all,<div><br></div><div>I have a problem on how to resize panel plots on NCL v6.4. I want to put several plots in a panel. In order to enlarge to plots, I set res@wkHeight and res@wkWidth to get a larger workstation. Although I do get a larger window, the plots are as small as they are in a default 1024x1024 window. What I get is, a panel with lots of white margin. How can I really get larger chart?</div><div><br></div><div>I've tried several methods:</div><div>- figtype = "x11", figtype@wkWidth = 1600, figtype@wkHeight = 1600 (I tried several combination, like 1024, 1200, 1600, 2000)................much margin left. Figure is the same size as 1024x1024 one. (see attachment)</div><div>- resL@vpXF = 0.08; resR@vpXF=0.53................<wbr>still much margin left.</div><div>- resL@vpHeightF=0.7............<wbr>.....aspect ratio changed but basically it doesn't cross the implicit border.</div><div>- resP@gsnMaximize = True..............Although the tutorial suggests this way, I found it not change result.</div><div><br></div><div>The figures I attach are with following settings related to resize:</div><div>res@wkHeight = 1024</div><div>res@wkWidth = 1024</div><div>(and another one with height 1200 and width 1600. 1600x1600 one's output looks same 1024x1024 on png file.)</div><div><br></div><div>resL@vpXF = 0.08</div><div>resL@vpHeightF = -0.5</div><div>resL@vpWidthF = 0.6</div><div><br></div><div>resR@vpXF = -.53</div><div><div>resR@vpHeightF = -0.5</div><div>resR@vpWidthF = 0.6</div></div><div>resP@gsnMaximize = True<br></div><div><br></div><div>Non of them work. How can I squeeze the margins?</div><div><br></div><div>Thanks for your kind reply.</div><div><br></div><div>Yanting</div></div>
<br>______________________________<wbr>_________________<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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>