Re: thick marks of bottom x-axis

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Wed Jun 26 2013 - 12:39:12 MDT

Hi Lena,
I am guessing that your data does not run all the way to 90S and 90N.
You can try forcing the X-axis to run to 90S and 90N by setting trXMinF
and trXMaxF:

res@trXMinF = -90
res@trXMaxF = 90

There's a chance that NCL will not want to extend the axis beyond the
min/max of the X-axis coordinate variables. If so, the add90LatX
function can be used to get around that issue. See example #3 here:
http://www.ncl.ucar.edu/Applications/height_lat.shtml#ex3

If that doesn't resolve the issue please let ncl-talk know.
Adam

On 06/26/2013 12:31 PM, Lena Frey wrote:
> Hi,
> I have a problem with the tick marks of the x-axis bottom. I would
> like to have the following values 90S, 60S , 30S , 0 , 30N, 60N, 90N.
> I have used the configuration:
> res@gsnMajorLatSpacing = 30
> res@gsnMinorLatSpacing = 10
> res@tmXBMode = "Explicit"
> res@tmXBValues =
> (/-90,-60,-30,0,30,60,90/)
> res@tmXBLabels =
> (/"90~S~o~N~S","60~S~o~N~S","30~S~o~N~S","0","30~S~o~N~N","60~S~o~N~N","90~S~o~N~N"/)
> I only get the valus 60S, 30S, 0, 30N, 60N. Has anyone an idea?
> Thanks.
> Lena
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
______________________________________________________________
Adam Phillips                                asphilli@ucar.edu
NCAR/Climate and Global Dynamics Division       (303) 497-1726
P.O. Box 3000				
Boulder, CO 80307-3000    http://www.cgd.ucar.edu/cas/asphilli

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Jun 26 12:39:20 2013

This archive was generated by hypermail 2.1.8 : Mon Jul 01 2013 - 12:35:42 MDT