How can I plot a function of data with xmgrace?
Let's say I have a 3-columns file and I want to plot the sum of 2nd and 3rd column as a function of the 1st. With gnuplot, I can just do
p "file.dat" u 1:($2+$3)
How can I do the same thing with xmgrace?