# test03_commands.txt # # Usage: # gnuplot < test03_commands.txt # set term png set output "test03.png" set xlabel "<--- Skip --->" set ylabel "<--- P(Correct) --->" set title "Prob of Correct Guess after Skipping K Cards" set grid set style data lines plot "test03_data.txt" using 1:2 lw 3 linecolor rgb "red"