tonguencheek
Board Regular
- Joined
- Apr 6, 2010
- Messages
- 233
Hello. I am looking for a way to chart two sets of data with different dates, but use the dates from the one series as the labels for the x-axis
Here's an example.....say I have these two sets of data:
and I also have:
I would like two lines on the graph, one for each group and the x-axis labels to use the dates from the first group.
Right now when I try to do this I can't figure out how to specify that the data points for the second group have a corresponding set of dates.
Hope this all makes sense, and thanks in advance
Here's an example.....say I have these two sets of data:
Code:
01/15/11 0.5
03/15/11 2
05/15/11 2.5
07/15/11 1.75
09/15/11 2.5
11/15/11 3.5
and I also have:
Code:
01/18/11 1
02/25/11 1.5
04/04/11 1.75
05/15/11 2.25
06/29/11 2.5
07/11/11 3
09/25/11 3.2
10/14/11 3.5
11/01/11 4
I would like two lines on the graph, one for each group and the x-axis labels to use the dates from the first group.
Right now when I try to do this I can't figure out how to specify that the data points for the second group have a corresponding set of dates.
Hope this all makes sense, and thanks in advance