[ncl-talk] Error with "time_axis_labels(cd_date,resT1,restick)"
Zilore Mumba
zmumba at gmail.com
Mon Jul 8 09:13:45 MDT 2019
I am trying to plot a time series. I have converted the dates in the file
to the format YYYYMMDD with the function
t = f->time ; to get time in file
cd_date = cd_calendar(t, -2) ; print(cd_date) prints correctly, eg
19960101,...
Then to prepare the format for the x-axis label, I have:
resT1 = true
some resources
..............
restick = True
restick at ttmFormat = "%d %c"
restick at ttmAxis = "YL"
restick at ttmMajorStride = 20
*time_axis_labels*( data&time, res, restick )
I am getting the error:
fatal:syntax error: line 57 in file two-line-plot.ncl before or near \n
time_axis_labels( data&time, resT1, restick )
-------------------------------------------------^
fatal:syntax error: possibly an undefined procedure
fatal:syntax error: line 72 in file two-line-plot.ncl before or near \n
time_axis_labels(cd_date,resT1,restick)
------------------------------------------^
fatal:syntax error: possibly an undefined procedure
fatal:Syntax Error in block, block not executed
fatal:error at line 76 in file two-line-plot.ncl
Is the
*time_axis_labels function still valid, or is there an alternative function?*
*Help will be appreciated.*
*Zilore*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190708/fbaca08c/attachment.html>
More information about the ncl-talk
mailing list