Sunday, 29 September 2013

Gnuplot: plotting the maximum of two files

Gnuplot: plotting the maximum of two files

let's assume I have two files formatted like this: x y 0 2 1 2.4 2 3.6
which differ for the values of y. is there a way to plot a single graph
that is, for every x, the maximum value of y between the two files?
Dunno if explained my self sufficiently well.
I was trying with conditional sentences but I couldn't find any expression
that let me search in 2 different files

No comments:

Post a Comment