|
From: theozh <th...@gm...> - 2018-11-13 05:20:37
|
Hi Ethan, I agree, that this was not a good solution. Ok, here is another attempt, however, still not so nice with creating the temporary second file 'head' on disk. It seems like to work even without the end-of-data-marker (i.e. your 'tail' file containing 'EOD') Would it a big thing to implement such a 'file-to-datablock-import' in gnuplot directly? Or not worth it? Theo. ### Read file "as is" to datablock under Windows reset session FILE = "Test.dat" # Method3 set print "head" print "$Data3 <<EOD" set print load "<type head & type ".FILE print $Data3 ### end of code |