<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:14pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0"><a href="https://www.ncl.ucar.edu/Applications/Scripts/panel_40.ncl" style="margin: 0px; padding: 0px; text-decoration-line: none; color: rgb(133, 45, 133); font-family: verdana, sans-serif; background: rgb(205, 232, 251); font-size: 13.3333px;" id="LPlnk448492" class="OWAAutoLink" previewremoved="true"></p>
<div>Thank you for the quick response.</div>
<div><br>
</div>
<div>I was able to organize the plots using the example:</div>
panel_40.ncl</a><br>
<p></p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>De:</b> Adam Phillips <asphilli@ucar.edu><br>
<b>Enviado:</b> sexta-feira, 24 de agosto de 2018 17:38:12<br>
<b>Para:</b> Vanúcia Schumacher<br>
<b>Cc:</b> Ncl-talk<br>
<b>Assunto:</b> Re: [ncl-talk] panels</font>
<div> </div>
</div>
<meta content="text/html; charset=utf-8">
<div>
<div dir="ltr">Hi Vanucia,
<div>NCL will allocate space for each panel in a panel plot by looking at the space required by the first plot. To tell NCL to look at a different plot (in your case the 2nd plot), set:</div>
<div>panres@gsnPanelScalePlotIndex = 1   ; default = 0</div>
<div><a href="http://www.ncl.ucar.edu/Applications/panel.shtml#24">http://www.ncl.ucar.edu/Applications/panel.shtml#24</a></div>
<div>That should minimize the white space between the plots. </div>
<div><br>
</div>
<div>To move the labelbar up, you will need to set pmLabelBarOrthogonalPosF, see labelbar example #3 here:</div>
<div><a href="http://www.ncl.ucar.edu/Applications/labelbar.shtml#ex3">http://www.ncl.ucar.edu/Applications/labelbar.shtml#ex3</a><br>
</div>
<div>Some trial and error will likely be needed to find the best setting for the resource.</div>
<div><br>
</div>
<div>If the above doesn't help or if you have further questions let ncl-talk know.</div>
<div>Adam</div>
</div>
<br>
<div class="x_gmail_quote">
<div dir="ltr">On Fri, Aug 24, 2018 at 2:18 PM Vanúcia Schumacher <<a href="mailto:vanucia-schumacher@hotmail.com">vanucia-schumacher@hotmail.com</a>> wrote:<br>
</div>
<blockquote class="x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div id="x_m_2426318147046130936divtagdefaultwrapper" dir="ltr" style="font-size:14pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p style="margin-top:0; margin-bottom:0"></p>
<div>How can I remove the space between the two plots on the panel?</div>
<div>And how to move the bar up?</div>
<div><br>
</div>
<div>Attached picture</div>
<br>
<p></p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<div>;---Panel both plots</div>
<div>  pres                                     = True</div>
<div>  pres@gsnPanelLabelBar    = True        ; common label bar</div>
<span>  pres@lbOrientation             = "vertical" ; vertical label bar</span><br>
<p></p>
<p style="margin-top:0; margin-bottom:0"><span></span></p>
<div>  pres@gsnPanelRowSpec   = True        ; tell panel what order to plot</div>
<div><br>
</div>
<div> gsn_panel(wks,plot,(/2,1/),pres)</div>
<br>
<p></p>
</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>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="x_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>
</body>
</html>