Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
842 kaklik 1
set terminal png
2
set key off
3
#set grid
4
#set logscale y
5
 
6
set xlabel "Vlnova delka [nm]"
7
set ylabel "Transmitance [%]"
8
 
9
set output "VzorekA.png"
10
plot "./data/VzorekA.txt" using 1:2 with lines
11
 
12
set output "VzorekB.png"
13
plot "./data/VzorekB.txt" using 1:2 with lines
14
 
15
set output "VzorekC.png"
16
plot "./data/VzorekC.txt" using 1:2 with lines
17
 
18
set output "VzorekD.png"
19
plot "./data/VzorekDD.txt" using 1:2 with lines
20
 
21
set output "VzorekE.png"
22
plot "./data/VzorekE.txt" using 1:2 with lines
23
 
24
set output "VzorekF.png"
25
plot "./data/VzorekF.txt" using 1:2 with lines 
26
 
27
set output "VzorekG.png"
28
plot "./data/VzorekG.txt" using 1:2 with lines
29