Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download
set terminal png
set key off
set grid
set angles degrees
f(x)=k*x + q
#g(x)=I0 * (sin(x) * cos(x))**2 + a
set xlabel "fi[°]"
set ylabel "I[-]"
fit f(x) "pruraz_kondenzator.txt" using 1:3 via k,q
set output "pruraz_kondenzator.png"
plot "pruraz_kondenzator.txt" using 1:3:4 with errorbars, f(x)