set terminal png
set output "linearita.png"

f(x)=k*x + q

fit f(x) "prevod.txt" using 1:2 via k, q

plot "prevod.txt" using 1:2 with points, f(x)