|
From: Paulo J. M. <poc...@gm...> - 2011-03-31 10:34:28
|
On 29/03/11 19:54, Thomas Sefzick wrote: > > so you want to mix the data of the two files, this can be > done by using the pseudocolumn "0": > > plot 'data.dat' using ($0*2):2:xtic(1) with linespoints, \ > 'data1.dat' using ($0*2+1):2:xtic(1) with points > > Thanks Thomas, I don't know why that works but it does!!! |