<div dir="ltr">Hi Geeta,<div>1 - You are getting the error message because PLOT was defined like this:</div><div>PLOT            =     new(5,graphic)<br></div><div>but then  4 plots were specified in your call to gsn_panel:</div><div>gsn_panel(wks,PLOT,(/4,1/),resP)<br></div><div><br></div><div>Set PLOT = new(4,graphic) and the error will disappear.</div><div><br></div><div>2 - If you set cnFillOn = False, NCL will not draw a labelbar even if you set lbLabelBarOn = True. You will need to use <a href="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_labelbar_ndc.shtml">gsn_labelbar_ndc</a> or <a href="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_create_labelbar.shtml">gsn_create_labelbar</a>. </div><div>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. </div><div><br></div><div>3 - There are numerous ways to alter the labelbar, most of which are shown in the labelbar applications page here:</div><div> <a href="http://www.ncl.ucar.edu/Applications/labelbar.shtml">http://www.ncl.ucar.edu/Applications/labelbar.shtml</a></div><div><br></div><div>Hope that helps!</div><div>Adam</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 5:39 AM Geeta Geeta via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.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">Hi<br>
I am making panel plots with 4 rows and 1 column.<br>
I have set following resources in the PANEL plots<br>
<br>
      resP        =  True<br>
<br>
      resP@gsnMaximize        = True                ; maximize plots<br>
      resP@gsnPanelLabelBar  =  True<br>
      resP@lbOrientation  =  "Vertical"<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>
then why this warning message is coming<br>
<br>
(0) Warning: gsn_panel: you have more plots than you have panels.<br>
(0) Only 4 plots will be drawn.<br>
<br>
 2.  The second label bar wrt the Q contour is not shown.<br>
<br>
3. How can I adjust the two label bars. (one for filled contours and other for the line)<br>
<br>
kindly suggest.<br>
<br>
Geeta._______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></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>