<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Laura,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The labelbar can indeed be confusing. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">What you are running into is that the gsn_csm_contour_xxxx scripts all internally set the labelbar resource &quot;lbLabelAlignmentMode&quot; to &quot;InteriorEdges&quot;, which is different from NCL&#39;s default of &quot;BoxCenters&quot;.  gsn_create_labelbar uses the NCL default of &quot;BoxCenters&quot;, which means that you have the same number of labels as you do boxes.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">In order to get 26 boxes with 25 labels, you need to tell gsn_create_labelbar that you want &quot;nlevels+1&quot; boxes, and you also need to set lbLabelAlignment:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">







<p class=""><span class="">    lbres@</span>lbLabelAlignment<span class=""> = </span><span class="">&quot;InteriorEdges&quot;</span></p>
<p class="">    lbid = <span class="">gsn_create_labelbar</span>(wks,nlevels+1,labels,lbres)</p><p class="">I&#39;ll try to add an example on our labelbars page soon.</p><p class="">--Mary</p><p class=""><br></p><p class=""><br></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 16, 2016 at 11:42 AM, Laura Fowler <span dir="ltr">&lt;<a href="mailto:laura@ucar.edu" target="_blank">laura@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello:<br>
<br>
I am trying to create a label bar from scratch using the color table<br>
&quot;BlAqGrYeOrReVi200&quot;. I create 25 equally-spaced levels spanning<br>
between 100 and 340 with an interval of 10. Using span_color_indexes,<br>
I create 26 colors<br>
<br>
Variable: colors<br>
<br>
Type: integer<br>
Total Size: 104 bytes<br>
            26 values<br>
Number of Dimensions: 1<br>
Dimensions and sizes: [26]<br>
Coordinates:<br>
<br>
(0) 3<br>
(1) 11<br>
(2) 19<br>
(3) 27<br>
(4) 35<br>
(5) 43<br>
(6) 51<br>
(7) 58<br>
(8) 66<br>
(9) 74<br>
(10) 82<br>
(11) 90<br>
(12) 98<br>
(13) 106<br>
(14) 114<br>
(15) 122<br>
(16) 130<br>
(17) 138<br>
(18) 146<br>
(19) 153<br>
(20) 161<br>
(21) 169<br>
(22) 177<br>
(23) 185<br>
(24) 193<br>
(25) 201<br>
<br>
I do not understand why the color bar only shows 25 colors and not 26.<br>
Also, I thought that the location of the label &quot;100&quot; would be located<br>
on the right edge of the firtst box on the left, as usually seen in<br>
most examples on the Label Bar web page. Can somebody clarify what I<br>
am doing wrong. The pdf is<br>
/glade/p/work/laura/DATA/CERESdata/CERESorbits.2014-01-10_to_2014-01-14<br>
(plot_CERES_SSF_XTRK-MODIS_Edition4A_original_data_markers.pdf) and<br>
the ncl script is<br>
CERES_SSF_XTRK-MODIS_Edition4A_Subset_plot_original_data_with_marker.ncl.<br>
<br>
Thanks,<br>
Laura<br>
<br>
<br>
<br>
<br>
--<br>
!-------------------------------------------------------------------------------------------------------------<br>
Laura D. Fowler<br>
Mesoscale and Microscale Meteorology Division (MMM)<br>
National Center for Atmospheric Research<br>
P.O. Box 3000, Boulder CO 80307-3000<br>
<br>
e-mail: <a href="mailto:laura@ucar.edu">laura@ucar.edu</a><br>
phone: <a href="tel:303-497-1628" value="+13034971628">303-497-1628</a><br>
<br>
!-------------------------------------------------------------------------------------------------------------<br>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">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></div>