0 .75 .455
1 .54 .46
2 .57 .92
3 .65 .34
.
.
.
199 .84 .34
200 .34 .45
1 .65 .56
2 .67 .19
.
.
The left hand column will go from 0 to 200 30 times (so the file is 6000 lines long). Column 2 is my x values, column 3 is my y values.
I need to be able to plot it so line 0...
Actually sorry, I just realised that I will need 3 columns (im very tired).
I cannot do that because im looking to plot all xy values where the 1st colunm is zero, then all xy values where the 1st colunm is one etc..
So in the end I will have 200 lines, each line been made from 30 points.
I have a file called input.dat. The file contains the following data.
0 .75
1 .23486
2 .73965
.
.
200 .648
1 .47
Basically the input file has 1-200 in order 30 times and the right column contains a num.
What I want to do is take in this file, plot all the numbers which correspond to zero...