I have a txt file containing the following data:
0 0 0.000004 1 0.000003 2 0.000002 3 0.000002 ... 99 0.000002 100 0.000001
1 0 0.000002 1 0.000002 2 0.000001 3 0.000002 ... 99 0.000021 100 0.000020
2 0 0.000003 1 0.000002 2 0.000003 3 0.000003 ... 99 0.000041 100 0.000044
3 0 0.000003 1 0.000002 2 0.000004 3 0.000004 ... 99 0.000071 100 0.000070
I would like to use this in a gnuplot line chart. The first number of each line defines a color (a group), then in duo, the second and the third define a data pair (single digit on the ordinate, decimal point on the abscissa). Consequently the fourth and fifth are in duet, always with the same color. In the present example, there will therefore be 3 different colors (therefore lines), and 100 points per color. I can get rid of the first digit of each line if needed, and define a newline as a color change (group). I put some data in bold to better see the duos.
Thank you in advance for your help. The commands that I will execute will be on Unix terminal.
