# generic commands for twographbox output size load "twographbox.in" set xrange [0:110] set yrange [0.5:2.2] set data style lines set xlabel "Number of trials" set ylabel "Utility estimates" set key 80,2.1 set noxzeroaxis #set label "(1,1)" at 102,0.6928 #set label "(1,2)" at 102,0.7508 #set label "(1,3)" at 102,0.8010 #set label "(2,3)" at 102,0.8540 #set label "(3,2)" at 102,0.5834 #set label "(3,3)" at 102,0.9040 #set label "(4,3)" at 102,1.0 set output "4x3-exploring-adp-states.eps" plot '4x3-exploring-adp.data' using 1:2 title "(1,1)" lw 2, '4x3-exploring-adp.data' using 1:3 title "(1,2)" lw 2, '4x3-exploring-adp.data' using 1:4 title "(1,3)" lw 2, '4x3-exploring-adp.data' using 1:6 title "(2,3)" lw 2, '4x3-exploring-adp.data' using 1:8 title "(3,2)" lw 2, '4x3-exploring-adp.data' using 1:9 title "(3,3)" lw 2, '4x3-exploring-adp.data' using 1:12 title "(4,3)" lw 2