set terminal png set output "$0.png" set xrange [$2:$3] set yrange [0:*] set grid x set grid y set xlabel "$5" set ylabel "% of chips, 100%=$6" set boxwidth $4 plot "$0.txt" title "$1" with boxes set output