Dear ferret users,
My question is quite basic. I'm producing area average time series of a monthly data, but there is a shit in a time axis in the plot of each month. My question is how can I produce data points of a time series parallel to the major ticks.
Here is the example:
let jan_var=var[l=1:240:12] !select jan
let aug_var=var[l=8:240:12] !select Aug
plot jan_var
plot/over/line=8 aug_var
For January, the time series starts at beginning of the of the year (on major ticks), but for August it starts in the middle.
What I need is: to plot the data points parallel to the tick (for all months), and also to put the years in the time axis of the plot parallel with the ticks of the time axis (not between the ticks).