Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 945 → Rev 946

/dokumenty/skolni/PRA2/GammaSpektra/plot.gp
90,6 → 90,17
set output "utlum.png"
plot "./utlumy.txt" using (f($1)):5 with points title "0 mm", "" using (f($1)):10 with points title "2 mm", "" using (f($1)):15 with points title "3,5 mm"
 
set output "utlum0.png"
plot "./utlumy.txt" using (f($1)):2 with points title "0 mm pozadi", "" using (f($1)):4 with points title "0 mm zarice"
 
set output "utlum2.png"
plot "./utlumy.txt" using (f($1)):7 with points title "2 mm pozadi", "" using (f($1)):9 with points title "2 mm zarice"
 
 
set output "utlum35.png"
plot "./utlumy.txt" using (f($1)):12 with points title "3,5 mm pozadi", "" using (f($1)):14 with points title "3,5 mm zarice"
 
 
print u1
print u2
print u3