Details |
Last modification |
View Log
Rev |
Author |
Line No. |
Line |
836 |
kaklik |
1 |
set terminal png
|
|
|
2 |
|
|
|
3 |
set grid
|
|
|
4 |
|
|
|
5 |
set key above
|
|
|
6 |
set xlabel "Vzdálenost [cm]"
|
|
|
7 |
set ylabel "Transmise [-]"
|
|
|
8 |
set output "vzorek1.png"
|
|
|
9 |
plot "vzorek1.txt" using 1:4 with points title "Výkonová měrka", "" using 1:5 with points title "Fotodioda"
|
|
|
10 |
|
|
|
11 |
set output "vzorek2.png"
|
|
|
12 |
plot "vzorek2.txt" using 1:4 with points title "Výkonová měrka", "" using 1:5 with points title "Fotodioda"
|
|
|
13 |
|
|
|
14 |
|