#!/usr/bin/gnuplot set term pngcairo set output 'seštevek.png' f = '%H:%M %d. %m.' set xlabel 'Čas v UTC ['.f.']' set ylabel sprintf('Wh/%ss', ARG1) set xdata time set timefmt '%s' set format x f set grid set mxtics set mytics set terminal png size 1337,420 set tmargin 3 set rmargin 5 set title sprintf('enosmerni števec porabe elektrike landis+gyr :: odvod (moč) - poraba Wh v %s sekundah', ARG1) plot "seštevek.tsv" using 1:2 title sprintf('Wh/%ss', ARG1) with linespoints pointtype 7;