I have some measured data, experiment.dat which goes like this:
experiment.dat
1 2 2 3
Now I want to plot them via some command line
Yes, you can do any kind of calculations inside the using statement. To scale the y-value (the second column) with -1, use
using
y
-1
plot "experiment.dat" using 1:(-1*$2)