sysqa10
Computer
- Oct 16, 2005
- 4
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 in the left column, plot all the numbers which correspond to 1 in the left column etc. Does anyone know how this could be done?
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 in the left column, plot all the numbers which correspond to 1 in the left column etc. Does anyone know how this could be done?