<div dir="ltr"><div>Hello:</div><div><br></div><div>I am trying to produce a panel plot that looks like panel_33.ncl but instead of having 2 rows for the actual fields, I have 3 rows, and instead of having 1 row for the difference fields, I have 2 rows. I have two issues: The first issue is that I am running out of room on the page to plot the last 2 rows and I do not know what to do next? The second issue that the top 3 rows are plotted in a landscape mode although I set:</div><div>





<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPaperOrientation = "portrait"</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)">Here is the script that I used after I created my 10 individual plots:</p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;--- create panel plot:</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP = True</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnDraw <span class="gmail-Apple-converted-space">            </span>= False</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnFrame<span class="gmail-Apple-converted-space">            </span>= False</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPanelLabelBar<span class="gmail-Apple-converted-space">    </span>= True</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPaperOrientation = "portrait"</span></p><p class="gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@lbOrientation<span class="gmail-Apple-converted-space">      </span>= "vertical"</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@lbLabelFontHeightF = 0.01</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@pmLabelBarWidthF<span class="gmail-Apple-converted-space">  </span>= 0.075</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@pmLabelBarHeightF = 0.40</span></p><p class="gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">panelid1 = gsn_panel_return(wks,plots(0:5),(/3,2/),resP)</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">bb = NhlGetBB(panelid1)</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">top<span class="gmail-Apple-converted-space">    </span>= max(bb(:,0))</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">bottom = min(bb(:,1))</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">height = (top-bottom)/3.</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- top<span class="gmail-Apple-converted-space">    </span>= "+top)</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- bottom = "+bottom)</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- height = "+height)</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">print(" ")</span></p><p class="gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@gsnPanelTop <span class="gmail-Apple-converted-space">  </span>= bottom-0.01<span class="gmail-Apple-converted-space">    </span>; lower 1/3 plus some white space</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPanelTop<span class="gmail-Apple-converted-space">    </span>= bottom</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPanelBottom = resP@gsnPanelTop - height</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- gsnPanelTop = "+resP@gsnPanelTop)</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- gsnPanelBot = "+resP@gsnPanelBottom)</span></p><p class="gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;panelid2 = gsn_panel_return(wks,plots(6:9),(/2,2/),resP)</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">maximize_output(wks,True)</span></p><p class="gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@gsnDraw <span class="gmail-Apple-converted-space">            </span>= True</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@gsnFrame<span class="gmail-Apple-converted-space">            </span>= False</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;gsn_panel(wks,plots(0:5),(/3,2/),resP)</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)">








































</p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;frame(wks)</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)">When print gsnPanelTop and gsnPanelBottom, I get:</p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="gmail-Apple-tab-span" style="white-space:pre">  </span>--- end create individual plot:</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="gmail-Apple-tab-span" style="white-space:pre">        </span><span class="gmail-Apple-converted-space"> </span></span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="gmail-Apple-tab-span" style="white-space:pre">      </span>--- top<span class="gmail-Apple-converted-space">    </span>= 0.889811</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="gmail-Apple-tab-span" style="white-space:pre"> </span>--- bottom = 0.110189</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="gmail-Apple-tab-span" style="white-space:pre">  </span>--- height = 0.259874</span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="gmail-Apple-tab-span" style="white-space:pre">  </span><span class="gmail-Apple-converted-space"> </span></span></p><p class="gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="gmail-Apple-tab-span" style="white-space:pre">      </span>--- gsnPanelTop = 0.110189</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)">












</p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>--- gsnPanelBot = -0.149686</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">I am lost as what to do next. Help and suggestions would be greatly appreciated.</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">Thanks,</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">Laura</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-------------------------------------------------------------------------------------------------------------</font><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Laura D. Fowler                                                                                       </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Mesoscale and Microscale Meteorology Division (MMM)         </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">National Center for Atmospheric Research<br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">P.O. Box 3000, Boulder CO 80307-3000</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">e-mail: <a href="mailto:laura@ucar.edu" target="_blank">laura@ucar.edu</a></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">phone: 303-497-1628</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-------------------------------------------------------------------------------------------------------------</font><br></div></div></div></div>