set term pngcairo font 'Sans,10' size 640,480 set output 'long_pop.png' set title "Co. Longford population trend" set ylabel "(thousands)" plot "long_pop.dat" using 1:2 notitle with linespoints