Subversion Repositories svnkaklik

Rev

Rev 789 | Blame | Compare with Previous | Last modification | View Log | Download

set terminal png

set key off
set grid
set xlabel "Výkon [uW]"
set ylabel "Index lomu [-]"

set output "index_lomu.png"

f(x)=k*x + q 
#g(x)=a*x + b

fit f(x) "./index_lomu.txt" using 1:2 via k,q 
#fit [-0.9:0.9] g(x) "./zesileni_inv.txt" using 1:2 via a,b 

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


set key under

set output "zavity.png"
set xlabel "Počet závitů"
set ylabel "Útlum [dB]"

plot "./ohyby.txt" using 1:3 with points title "Průměr 5cm", "" using 1:5 with points title "Průměr 4cm" , "" using 1:7 with points title "Průměr 3cm"