#!/usr/bin/env gnuplot set term pngcairo font 'Sans,14' size 640,480 set logscale y set tics font 'Sans,8' set ylabel "seconds" offset "5,0" set lmargin 2 plot "opendns_work.results" using 1 with lines ls 2 title "opendns work"