Blame | Last modification | View Log | Download
set terminal png
set grid
set key above
set xlabel "Vzdálenost [cm]"
set ylabel "Transmise [-]"
set output "vzorek1.png"
plot "vzorek1.txt" using 1:4 with points title "Výkonová měrka", "" using 1:5 with points title "Fotodioda"
set output "vzorek2.png"
plot "vzorek2.txt" using 1:4 with points title "Výkonová měrka", "" using 1:5 with points title "Fotodioda"