Re: define tick mark

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Tue, 15 May 2007 14:02:29 -0600

Hi Guangshan,

I have done this type of thing before, as behind the scenes NCL converts
it from integers to strings:

res7_at_tmXBValues = ispan(12,300,12)
res7_at_tmXBLabels = res7_at_tmXBValues

Good luck,
Adam

Guangshan chen wrote:
> Hi all,
>
> I want to specify the tick mark of my plot. So I did these:
>
> res7_at_tmXBMode = "Explicit" ; Define tick mark
> labels.
> res7_at_tmXBValues = ispan(12,300,12)
> res7_at_tmXBLabels = (/"12","24","36","48","60","........."/)
> res7_at_tmXBMinorValues = ispan(3,299,3)
>
> But when I defined tick mark Labels, there are lot of values to write down.
> Is there any easy way to define tmXBLabels??
>
> Thanks
>
> Guangshan
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
--------------------------------------------------------------
Adam Phillips			             asphilli_at_ucar.edu
National Center for Atmospheric Research   tel: (303) 497-1726
ESSL/CGD/CAS                               fax: (303) 497-1333
P.O. Box 3000				
Boulder, CO 80307-3000	  http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue May 15 2007 - 14:02:29 MDT

This archive was generated by hypermail 2.2.0 : Thu May 17 2007 - 11:10:44 MDT