Hovmueller Plot, minor ticks disappear..

From: antonio avio <antonioavio_at_nyahnyahspammersnyahnyah>
Date: Wed Sep 12 2012 - 09:14:33 MDT

Hi NCL users,

Anybody can give me a hint how to turn on the minor ticks in the
Hovmöller plot. I did the setting like this but It is still not working:

  res@tmYLMode = "Explicit"
  res@tmYLMinorOn = True
  res@tmYLValues = origData&time(::15)
  res@tmYLLabels = ut_string(origData&time(::15),"%d %c")

then i change the script as follow by calling the tTick.ncl:

  resTick = True
  resTick@ttFormat = "%d %c"
  resTick@ttAxis = "YL"
  resTick@ttMajorStride = 15
  tTick( origData&time, res, resTick )

I got this error:

fatal:Variable (time_at_units) is undefined
fatal:Execute: Error occurred at or near line 156 in file ./tTick.ncl

fatal:Execute: Error occurred at or near line 133

Thanks

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Screenshot.png
Received on Wed Sep 12 09:14:54 2012

This archive was generated by hypermail 2.1.8 : Thu Sep 13 2012 - 14:22:31 MDT