I am quite new in Gnuplot, so sorry if the question could be silly, but i have not found the solution yet.
I have a data file with this structure:
timestep=0
1 -1.367+00 -2.538572773308e-01
2 -1.351097897106e+00 -2.382132334519e-01
3 -1.372764576847e+00 -1.205983667912e-01
4 -1.33451163582e+00 -2.3438654806e-01
5 -2.414239606e+00 -2.683590584894e-01
6 -4.425446031e+00 -3.246530421864e-01
7 -6.438461740e+00 -4.589039346035e-01
...
timestep=1
...
timestep=2
...
So for every timesteps the count of iterations (what i want on x axis), restarts. There will be many time steps, so if I plot all the timesteps together it is difficult to see every lines. So the questions is: how can i plot the line of just one timestep?
The number of iterations of every time step is different.
Thanks