#!/bin/env gnuplot set terminal svg enhanced font 'sans-serif' fsize 12 size 640,480 set output "graph.svg" set xdata time set timefmt "%Y-%m-%d" set format x "%Y/%m" set grid xtics ytics plot "data" using 2:1 \ title "Počet zaregistrovaných uživatelů serveru abclinuxu.cz"