|
From: vinodkgul <vin...@ya...> - 2011-01-18 16:09:20
|
Hi friends,
I have two data files containing 4 columns. Now i want to add the 2nd column
of 1st file with the 2nd column of 2nd file and plot wrt 1st column(which is
same for both files).
Generally what i do is paste the two files, into a single file and then
plot:
p'newfile.dat' u 1:($2+$6)
to view the results.
Is there another way to do this without pasting the two files into one
file.???
Thanks in advance.
Vinod
--
View this message in context: http://old.nabble.com/Doing-calculation-in-Gnuplot-tp30701456p30701456.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|