Rev 780 | 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)=I0 * (sin(x))**4
#g(x)=p*x+t
fit f(x) "./data/polarizace_vertikalne_stupne.txt" using 1:2 via I0
set output "polarizace.png"
set xlabel "Číslo kanálu"
set ylabel "Energie [keV]"
plot "./data/polarizace_vertikalne_stupne.txt" using 1:2 with points, f(x)