Rev 774 | Go to most recent revision | Details | Last modification | View Log
set terminal png
set key off
set grid
#f(x)=((4*x/1000*9.81*1.15)/(E*pi*0.000195**2))*100000
set output "Cs137_manualne.png"
set xlabel "Pozice okna [V]"
set ylabel "Intenzita [Imp]"
plot "Cs137_manualne.txt" using 1:2 with points