I am using GNU plot (gnuplot) to plot some output data from integration of a strange attractor (see Wikipedia) - and as this is a strange attractor the line "rolls around itself in 3D space".
This makes it difficult to see what happens when plotting a lot of data. See this image:
Is there any way to plot a transitioning or fading color from say red at the start to blue at the end? I know gnuplot is a powerful tool but perhaps I ask too much?
I found an answer here: gnuplot
The 4th argument after using is the color variable to use. In my case this is the time variable. (Col 1)