# # Larpwiki.de spam stats # set terminal png size 640,480 set output 'lw-spam.png' set title "LarpWiki.de Spam-Versuche" set datafile missing "-" set xtics nomirror rotate by -45 set boxwidth 3.9 set key noenhanced set xdata time set timefmt "%Y-%m-%d" set format x "%d.%m" plot 'spam_submits.txt' using 1:2 with boxes title "Spam-Versuche"