#!/usr/bin/gnuplot
set encoding iso_8859_1
set terminal svg
set output "sizes/size-gtk2.svg"
set title "gtk2 total source size (KiB)"
plot \
"sizes/gtk2-tars" title "tars" w l lw 1,\
"sizes/gtk2-git" title "git" with lp lw 1

