set term png set size 1.8 set grid set out '30-.png' S = (16-1)*3600 + (47+2.5)*60 + 10 t(x) = S + x B=(24+5)*3600 E=(24+18)*3600 set xdata time set format x "%H:%M" set title \ 'log10 ( voltage at PV panel / 0.1 mV ) on 30 June - 2 July 2006, Kravi hora, Brno' set xlabel 'Local solar time, being 57.8 min less then CEST' plot '30-.txt' using ($1 + S):(log10($2)+4) ,\ 'casy2.tab' using (-24+$1):($2+1) with impulses title \ 'Sunset and Sun at -6, -12, -15 degrees and vice versa',\ 'casy2.tab' using (-12+24*3600+$1):($2+1) with impulses notitle, \ 'casy2.tab' using (24*2*3600+$1):($2+1) with impulses notitle