<div dir="ltr">Hi Don,<div><br></div><div>You can explore the controls over the label bar labels (lbLabelxxxxx) at:</div><div><br></div><div><a href="https://www.ncl.ucar.edu/Document/Graphics/Resources/lb.shtml#lbLabelAlignment">https://www.ncl.ucar.edu/Document/Graphics/Resources/lb.shtml#lbLabelAlignment</a><br></div><div><br></div><div>lbLabelStride = 5 would work to give you only every 5 on the color bar.</div><div><br></div><div>A bit more time consuming would be to explicitly set the lbLabelStrings = (/&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;10&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;20&quot;,......./) which should also get the job done - you might also need to set lbLabelStride = 1 to make sure the strings apply to the correct labels.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">----------------------------------------<div>Kyle S. Griffin</div><div>Department of Atmospheric and Oceanic Sciences</div><div>University of Wisconsin - Madison</div><div>Room 1421</div><div>1225 W Dayton St, Madison, WI 53706</div><div>Email: <a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a></div></div></div></div>
<br><div class="gmail_quote">On Thu, Nov 13, 2014 at 10:02 AM, Don Murray (NOAA Affiliate) <span dir="ltr">&lt;<a href="mailto:don.murray@noaa.gov" target="_blank">don.murray@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi-<br>
<br>
I&#39;ve read through the label bar examples, but I&#39;m not finding the<br>
answer, so I&#39;ll ask here.<br>
<br>
I have a dataset that I&#39;m drawing with filled contours, defined as:<br>
<br>
   res@cnLevelSelectionMode = &quot;ManualLevels&quot;<br>
   res@cnMinLevelValF    = 5.<br>
   res@cnMaxLevelValF    = 65.<br>
   res@cnLevelSpacingF   = 1<br>
<br>
over a colormap with 241 values.<br>
<br>
For the label bar, I&#39;d like to just have labels every 10 units<br>
(10,20,30,40,50,60), but I&#39;m not sure how to set the label values.<br>
<br>
I&#39;m sure I&#39;m missing something simple, but help is appreciated.<br>
<br>
Thanks.<br>
<span class="HOEnZb"><font color="#888888"><br>
Don<br>
--<br>
Don Murray<br>
NOAA/ESRL/PSD and CU-CIRES<br>
<a href="tel:303-497-3596" value="+13034973596">303-497-3596</a><br>
<a href="http://www.esrl.noaa.gov/psd/people/don.murray/" target="_blank">http://www.esrl.noaa.gov/psd/people/don.murray/</a><br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</font></span></blockquote></div><br></div>