Hi
Im looking to plot an XY series which also has a corresponding time stamp e.g.
time (s) X Y
1.0 5 6
1.1 6 9
2.5 8 1
....
it's easy enough to get the XY plot, however im having trouble trying to get the time stamp associated with the specific XY coordinates. The data I have is approx 30,000 rows and to multiple decimal places so it's difficult to manually find the time just by taking the coords.
is there anyway i can assocaite this third column (time) with the XY coords?
Thanks in advance
Chris
Im looking to plot an XY series which also has a corresponding time stamp e.g.
time (s) X Y
1.0 5 6
1.1 6 9
2.5 8 1
....
it's easy enough to get the XY plot, however im having trouble trying to get the time stamp associated with the specific XY coordinates. The data I have is approx 30,000 rows and to multiple decimal places so it's difficult to manually find the time just by taking the coords.
is there anyway i can assocaite this third column (time) with the XY coords?
Thanks in advance
Chris