I have two really large data files and I need to plot the sum of theses files. Something like
plot "data1" + "data2" using 1:2
Is there a way I can do this using gnuplot?
I can't join the files by hand because they are really large (500mb)
I have two really large data files and I need to plot the sum of theses files. Something like
plot "data1" + "data2" using 1:2
Is there a way I can do this using gnuplot?
I can't join the files by hand because they are really large (500mb)