set terminal png set output 'maintscripts.png' set logscale set title "Lines of code distribution for Debian maintainer scripts" set xlabel "Lines of code (LOCs)" set ylabel "Number of maintainer scripts" set xrange [:2000] plot 'maintscripts.dat' using 1:2 with boxes