set output "game.png" set terminal png small size 800,600 set xlabel "round" set ylabel "player #1 card count" set yrange [-1:53] set xrange [-10:] set ytics 0, 4, 52 set style data lines set key top left plot "game.data" using 1:2 title "hand size" with dots, "game.data" using 1:3 title "# face-cards", "game.data" using 1:4 title "# aces"