Subversion Repositories svnkaklik

Rev

Rev 774 | Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
767 kaklik 1
set terminal png
2
 
3
set key off
4
set grid
5
 
6
#f(x)=((4*x/1000*9.81*1.15)/(E*pi*0.000195**2))*100000
7
 
8
set output "Cs137_manualne.png"
9
set xlabel "Pozice okna [V]"
10
set ylabel "Intenzita [Imp]"
11
plot "Cs137_manualne.txt" using 1:2 with points
12
 
13
 
14