Hi there,
I'm currently trying to plot two different data sets on the same line graph. The x-axis is time for both, however, the time is spaced at different intervals for each. (i.e. one records a point every 15 seconds, and the other records a point every 20 sec).
My attempt at combining them has been this:
1) Put all times in one column, starting with the first set of times 0-x by 15, followed by the next set 0-y by 20.
2) Put data set 1 in the column to the right of the time column.
3) Put data set 2 in the same column directly below.
When I do this and try to plot the data on a line graph, I get all of the data points for the top set of data, but the bottom set of data gets cut off towards the end.
How do I fix this?
Thanks!
I'm currently trying to plot two different data sets on the same line graph. The x-axis is time for both, however, the time is spaced at different intervals for each. (i.e. one records a point every 15 seconds, and the other records a point every 20 sec).
My attempt at combining them has been this:
1) Put all times in one column, starting with the first set of times 0-x by 15, followed by the next set 0-y by 20.
2) Put data set 1 in the column to the right of the time column.
3) Put data set 2 in the same column directly below.
When I do this and try to plot the data on a line graph, I get all of the data points for the top set of data, but the bottom set of data gets cut off towards the end.
How do I fix this?
Thanks!