<div dir="ltr">Hi Geeta,<div>It looks like you are drawing each individual plot and then advancing the frame before your call gsn_panel:</div><div>draw(PLOT(3))<br>frame(wks)<br></div><div><br></div><div>remove all of the draw(PLOT  lines and the frame(wks) lines. I am surprised you are not getting an error message when you are doing this as you are trying to draw the same plot twice. </div><div><br></div><div>Assuming you corrected the definition of PLOT to be of size 4, there are a few other steps you can take to try to minimize the space between the panels (and therefore increase the size of each panel).</div><div>Try setting these:</div><div><br></div><div>rescommon@tiMainOn = False   ; turn off main title; do not save space for main title</div><div>resP@gsnPanelYWhiteSpacePercent = 0.0   ; set the amount of Y-axis space between the panels equal to 0. </div><div><br></div><div>Hope that helps!</div><div>Adam</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 24, 2020 at 10:32 PM Geeta Geeta <<a href="mailto:geetag54@yahoo.com">geetag54@yahoo.com</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">Thank you Mr Phillips. <br>
I will try with label bar resources. <br>
<br>
I also wanted know why the plots are so small. when I have set resP@gsnMaximize        = True                ; maximize plots in the panel plot resources. <br>
<br>
what I should do to make them cover the entire page. <br>
<br>
Geeta.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
 On Monday, 24 August, 2020, 09:57:49 pm IST, Adam Phillips <<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>> wrote:<br>
<br>
<br>
<br>
<br>
<br>
 Hi Geeta,1 - You are getting the error message because PLOT was defined like this:PLOT            =     new(5,graphic)<br>
but then  4 plots were specified in your call to gsn_panel:gsn_panel(wks,PLOT,(/4,1/),resP)<br>
<br>
Set PLOT = new(4,graphic) and the error will disappear.<br>
2 - If you set cnFillOn = False, NCL will not draw a labelbar even if you set lbLabelBarOn = True. You will need to use gsn_labelbar_ndc or gsn_create_labelbar. I prefer gsn_labelbar_ndc unless you need to attach a labelbar to a plot. See the examples at the bottom of the gsn_labelbar_ndc documentation page, specifically the first example, for how to use this procedure.<br>
3 - There are numerous ways to alter the labelbar, most of which are shown in the labelbar applications page here: <a href="http://www.ncl.ucar.edu/Applications/labelbar.shtml" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/Applications/labelbar.shtml</a><br>
Hope that helps!Adam<br>
<br>
<br>
On Mon, Aug 24, 2020 at 5:39 AM Geeta Geeta via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<br>
Hi<br>
<br>
I am making panel plots with 4 rows and 1 column.<br>
<br>
I have set following resources in the PANEL plots<br>
<br>
<br>
<br>
      resP        =  True<br>
<br>
<br>
<br>
      resP@gsnMaximize        = True                ; maximize plots<br>
<br>
      resP@gsnPanelLabelBar  =  True<br>
<br>
      resP@lbOrientation  =  "Vertical"<br>
<br>
<br>
<br>
<br>
<br>
So 1st problem is panel plots are very small. this is the error coming.  I have defined 4 rows and 1 columns and the no pf PLOTS=4<br>
<br>
then why this warning message is coming<br>
<br>
<br>
<br>
(0) Warning: gsn_panel: you have more plots than you have panels.<br>
<br>
(0) Only 4 plots will be drawn.<br>
<br>
<br>
<br>
 2.  The second label bar wrt the Q contour is not shown.<br>
<br>
<br>
<br>
3. How can I adjust the two label bars. (one for filled contours and other for the line)<br>
<br>
<br>
<br>
kindly suggest.<br>
<br>
<br>
<br>
Geeta._______________________________________________<br>
<br>
ncl-talk mailing list<br>
<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
<br>
List instructions, subscriber options, unsubscribe:<br>
<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br>
--<br>
Adam Phillips<br>
Associate Scientist,  Climate and Global Dynamics Laboratory, NCAR<br>
<a href="http://www.cgd.ucar.edu/staff/asphilli/" rel="noreferrer" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   303-497-1726<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>