<div dir="ltr">Hi Ayesha,<div>I think if you set gsnFrame = False for all three resource lists, and after the final gsn_panel call, call frame you should get all three fplots on one frame. </div><div><br></div><div><div>res_sst@gsnFrame = False ; = do not advance the frame / flip the page</div><div>res_amo@gsnFrame = False<br></div><div>resP@gsnFrame = False</div></div><div>gsn_panel(wks,(/plot_sst/),(/1,1,1/),res_sst) <br>gsn_panel(wks,(/plot_amo/),(/1,1,1/),res_amo) <br>gsn_panel(wks,(/plot_spec/),(/1,1,1/),resP) <br></div><div>frame(wks) ; advance the frame / flip the page</div><div><br></div><div>I am guessing that all three plots will be overlaid on top of one another. You will likely have to set gsnMaximize = False, and set gsnPanelBottom/gsnPanelTop for all three resources lists. See panel example #15 (amongst other examples on the panel applications page) for examples of using the gsnPanelTop/Bottom resources:</div><div><a href="http://www.ncl.ucar.edu/Applications/panel.shtml#ex15">http://www.ncl.ucar.edu/Applications/panel.shtml#ex15</a><br></div><div>Doing this will take some trial and error on your part.</div><div>Good luck,</div><div>Adam</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 25, 2019 at 7:51 PM Ashi Alam via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear NCL user,<br>
<br>
i am trying to make 3 different sized panels into one plot. by using the below resources it gives me 3 panels on individual pages. please look into the below resources and help me to make one panel <br>
<br>
Thank you,<br>
<br>
Best,<br>
Ayesha <br>
<br>
<br>
<br>
;=====panel resources==================<br>
<br>
res_sst = True<br>
<br>
res_sst@gsnMaximize = True ; make large<br>
res_sst@gsnDraw = True ; don't draw<br>
res_sst@gsnFrame = True ; don't advance frame<br>
res_sst@gsnPanelLabelBar = True ; Add common label bar<br>
res_sst@lbLabelStride = 2 ; label bar stride<br>
res_sst@lbLabelFontAspectF =2 <br>
<br>
<br>
res_sst@lbLabelFontHeightF = 0.015<br>
res_sst@lbLabelFontQuality = "High"<br>
res_sst@lbLabelFontThicknessF = 0.2 <br>
; resP@pmLabelBarHeightF = 0.25 ; Default kind of thin <br>
res_sst@pmLabelBarWidthF = 0.4<br>
<br>
res_sst@gsnPaperOrientation="portrait" <br>
<br>
<br>
res_sst@gsnPanelRowSpec = True <br>
<br>
res_sst@gsnPanelYWhiteSpacePercent = 2<br>
<br>
<br>
<br>
res_amo = True<br>
<br>
res_amo@gsnPanelRowSpec = True<br>
res_amo@gsnPanelYWhiteSpacePercent = 2<br>
<br>
<br>
resP = True ; modify the panel plot<br>
resP@gsnMaximize = True ; make large<br>
resP@gsnDraw = True ; don't draw<br>
resP@gsnFrame = True ; don't advance frame<br>
resP@gsnPanelRowSpec = True<br>
resP@gsnPaperOrientation="portrait"<br>
resP@gsnPanelRowSpec = True <br>
resP@gsnPanelRowSpec = True <br>
<br>
<br>
<br>
gsn_panel(wks,(/plot_sst/),(/1,1,1/),res_sst) <br>
gsn_panel(wks,(/plot_amo/),(/1,1,1/),res_amo) <br>
gsn_panel(wks,(/plot_spec/),(/1,1,1/),resP) <br>
_______________________________________________<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="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>