05-04-2010 03:54 AM
Hi ,all. I think i need your help.
I have a text file with data in it to represent graphically. (2 col by 600 rows). I would like to make a graph with these values AND to plot a point on this
graph, following the data from text file. Reading once the file, and then each row consecutivelly. (I changed .txt with .lvm extension to work.):smileywink:
I made so far:
- read from measurement file (once)
- build a "for" outside measurement file where i graph all the data (XY graph). Here, somehow, i want to plot each row of data (at 10 ms) on the same graph.
I want to see a moving point on my graph.
I looked forward for exemples , i tried many ideeas, but no result.
Any help ?
Thanks.
PS: Why .lvm are not excepted here ? I had to modify to .txt to upload.
Solved! Go to Solution.
05-04-2010 05:41 AM
05-04-2010 07:38 AM
thankyou, jcarmody .
works perfectly.
05-04-2010 07:47 AM