set terminal postscript eps monochrome
#set terminal postscript
set output "Ua2T.Diff.eps"
set grid
set xlabel "Temperatur Errechnet grad C"
set ylabel "Temperaturabweichung der linearen Approximation in grad C"
plot 'Ua2T.Diff.txt' using 1:($2 * -1) title '' with lines

