Subversion Repositories svnkaklik

Rev

Blame | Last modification | View Log | Download

set terminal png
set key off
#set grid
#set logscale y

set xlabel "Vlnova delka [nm]"
set ylabel "Transmitance [%]"

set output "VzorekA.png"
plot "./data/VzorekA.txt" using 1:2 with lines

set output "VzorekB.png"
plot "./data/VzorekB.txt" using 1:2 with lines

set output "VzorekC.png"
plot "./data/VzorekC.txt" using 1:2 with lines

set output "VzorekD.png"
plot "./data/VzorekDD.txt" using 1:2 with lines

set output "VzorekE.png"
plot "./data/VzorekE.txt" using 1:2 with lines

set output "VzorekF.png"
plot "./data/VzorekF.txt" using 1:2 with lines 

set output "VzorekG.png"
plot "./data/VzorekG.txt" using 1:2 with lines