I would like to know how can I choose a column from a multiple data file, and how can I operate with them.
I mean in gnuplot I used this code to plot the second column depending on the first and also take the minus one time the second.
plot "file.dat" u 1:($2*(-1))
So could someone help me which is the equivalent of using in tikz? Thank you!
raw gnuplotin PGFPlots like in this answer by @Jake: http://tex.stackexchange.com/a/37553/8650 – hpekristiansen Mar 21 '15 at 06:58