Cory K
2008-08-06 19:40:09 UTC
Heres the most recent of my endevours....
I collected data, and wrote that data to a spreadsheet file (tab delimeted, .txt)
The data is written in the following format:
1) Column Headings
2) Many rows of data
3) A few rows of comments
I'm trying to come up with the easiest way to read these data files, and re-graph them, so I can print them out if necessary.
The problem I run into is the headings and comments appear as all 0's.
So instead of being disregarded, they are graphed as 0's.
Is there a way around this?
Also, when I am graphing these, how would format the graph so that it reads the first column of data as time?
I collected data, and wrote that data to a spreadsheet file (tab delimeted, .txt)
The data is written in the following format:
1) Column Headings
2) Many rows of data
3) A few rows of comments
I'm trying to come up with the easiest way to read these data files, and re-graph them, so I can print them out if necessary.
The problem I run into is the headings and comments appear as all 0's.
So instead of being disregarded, they are graphed as 0's.
Is there a way around this?
Also, when I am graphing these, how would format the graph so that it reads the first column of data as time?