plot 'test.dat' u 1:2:3 with linespoints palette
An example is shown below:

plot 'test.dat' u 1:2:3 with linespoints palette
plot "partly_transparent_figure.png" binary filetype=png with rgbalpha
\pgfmathparse{10.042/1.54} \pgfmathprintnumberto[precision=2]{\pgfmathresult}{\value} \value
\pgfdeclarelayer{layer} % declare layer \pgfsetlayers{layer,main} % set the order of the layers (main is the standard layer)
\begin{pgfonlayer}{layer} \draw[ultra thick] (0.0,0.0) -- ++ (1.0,0.0); \end{pgfonlayer}
\includegraphics[trim={left low right top},clip]{./test.png}
0 1 1 2 0 1.5 1 2.5 0 2.0 2 3.0
#!/usr/bin/gnuplot file="data.dat" stats file plot for [i=0:STATS_blocks-2] file index i w l ls i+1PS: if you only have one blank line between data blocks you need to use the every command:
#!/usr/bin/gnuplot file="data.dat" stats file plot for [i=0:STATS_blank] file every :::i::i w l ls i+1