|
From: Theo <th...@gm...> - 2013-10-21 06:45:11
|
Sorry, for the confusing previous post OK, it seems to be solved... also in version 4.6.3 If you additionally enter set datafile missing "" # empty string Only if you use both set datafile missing "" set datafile separator '\t' plot 'Data.dat' u 1:($2) with lines, '' u 1:($3) with lines, '' u 1:($4) with lines then it will draws the data as interrupted lines, as expected. |