<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................still much margin left.</div><div>- resL@vpHeightF=0.7.................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>