Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
896 kaklik 1
set terminal png
2
set xlabel "Time [h]"
3
set ylabel "Illuminance [lx]"
4
set key under
5
#set yrange [-1:1]
6
set logscale y
7
 
8
 
9
 
10
set output "LUX85_rozednivani.png" 
11
plot "LUX85_rozednivani.TXT" using ($1/3600):2 with lines title "Visible", "" using ($1/3600):3 with lines title "Infrared"