Subversion Repositories svnkaklik

Rev

Rev 758 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

set terminal png

#set key under
set xlabel "Uhel [°]"
set ylabel "intenzita [-]"

#f(x)=((4*x/1000*9.81*1.15)/(E*pi*0.000195**2))*100000



set output "Cu.png"
#f(x)=(-(x/1000*9.81*0.498**3))/(4*pi*0.000195**2))*100000

plot "15kVcukol.txt" using 1:2 title "15kV", "19kVcukol.txt" using 1:2 title "19kV", "22kVcukol.txt" using 1:2 title "22kV", "30kVcukol.txt" using 1:2 title "30kV"
set output "Mo.png"
plot "15kVmokol.txt" using 1:2 title "15kV", "19kVmokol.txt" using 1:2, "22kVmokol.txt" using 1:2 title "22kV", "30kVmokol.txt" using 1:2 title "30kV"