Rev 758 |
    Go to most recent revision |
    Details |
    Last modification |
    View Log
  
  
  
     
        
        | Rev | Author | Line No. | Line | 
     
     
        
           | 756 | kaklik | 1 | set terminal png
 | 
        
           |  |  | 2 |   | 
        
           |  |  | 3 | #set key under
 | 
        
           |  |  | 4 | set xlabel "Uhel [°]"
 | 
        
           |  |  | 5 | set ylabel "intenzita [-]"
 | 
        
           |  |  | 6 |   | 
        
           |  |  | 7 | #f(x)=((4*x/1000*9.81*1.15)/(E*pi*0.000195**2))*100000
 | 
        
           |  |  | 8 |   | 
        
           |  |  | 9 |   | 
        
           |  |  | 10 |   | 
        
           |  |  | 11 | set output "Cu.png"
 | 
        
           |  |  | 12 | #f(x)=(-(x/1000*9.81*0.498**3))/(4*pi*0.000195**2))*100000
 | 
        
           |  |  | 13 |   | 
        
           |  |  | 14 | 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"
 | 
        
           |  |  | 15 | set output "Mo.png"
 | 
        
           |  |  | 16 | 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"
 | 
        
           |  |  | 17 |   | 
        
           |  |  | 18 |   |