# generic commands for twographbox output size load "twographbox.in" set xrange [0:575] set yrange [0:1.10] set data style lines set xlabel "Number of trials" set ylabel "Utility estimates" #set key 450,0.9 set nokey set noxzeroaxis set label "(1,1)" at 510,0.7231 #set label "(1,2)" at 510,0.7875 set label "(1,3)" at 510,0.8251 set label "(2,1)" at 510,0.6411 #set label "(2,3)" at 510,0.8947 set label "(3,3)" at 510,0.9206 set label "(4,3)" at 510,1.0 set output "4x3-passive-td-states.eps" plot '4x3-passive-td-states.data' using 1:2 title "(1,1)" lw 2, '4x3-passive-td-states.data' using 1:4 title "(1,3)" lw 2, '4x3-passive-td-states.data' using 1:5 title "(2,1)" lw 2, '4x3-passive-td-states.data' using 1:9 title "(3,3)" lw 2, '4x3-passive-td-states.data' using 1:12 title "(4,3)" lw 2