<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"></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></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>
</span>
<p></p>
</div>
</body>
</html>