Skip to content

overlay multiple time series on one plot

2 messages · Max Rausch, jim holtman

#
Hello,

I have four different time series from the same time period within a 
year (February through August) but they are from different years. I can 
not figure out how to plot them all  (so they will be overlayed instead 
of plotted on after another) on the same graph with the x-axis 
corresponding to the month/day instead of  year/month/day.

Thank you.

Max
#
It would be nice if you provided some sample data.  You can change the
date variable to a common year (subtract the difference) and then plot
on a common axis.
On Mon, Apr 13, 2009 at 5:34 PM, Max Rausch <maxrausch at gmail.com> wrote: