|
From: Theo <th...@gm...> - 2013-11-06 10:17:22
|
what happens if you additionally apply the following? set datafile commentschar '"' Then it seems to work even with the empty line. However, you might have to skip the automatic columnheader() and set the title manually. Maybe there is still a way to extract the title automatically?! plot "Data.dat" u 1:2 t "Title 2" w lp, "" using 1:3 t "Title 3" w lp, "" using 1:4 t "Title 4" w lp |