Subversion Repositories svnkaklik

Rev

Rev 789 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 789 Rev 792
Line 12... Line 12...
12
 
12
 
13
fit f(x) "./index_lomu.txt" using 1:2 via k,q 
13
fit f(x) "./index_lomu.txt" using 1:2 via k,q 
14
#fit [-0.9:0.9] g(x) "./zesileni_inv.txt" using 1:2 via a,b 
14
#fit [-0.9:0.9] g(x) "./zesileni_inv.txt" using 1:2 via a,b 
15
 
15
 
16
plot "./index_lomu.txt" using 1:2 with points,  f(x)
16
plot "./index_lomu.txt" using 1:2 with points,  f(x)
-
 
17
 
-
 
18
 
-
 
19
set key under
-
 
20
 
-
 
21
set output "zavity.png"
-
 
22
set xlabel "Počet závitů"
-
 
23
set ylabel "Útlum [dB]"
-
 
24
 
-
 
25
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"
-
 
26