# generic commands for onegraphbox output size load "onegraphbox.in" set data style lines set xlabel "Error in utility estimate" set ylabel "" #set xrange [0:32] #set yrange [-0.3:1.1] #set key -4,0.7 set nokey set label "{/Times-Italic k}=3" at -0.2,0.52 set label "{/Times-Italic k}=10" at 0.5,0.68 set label "{/Times-Italic k}=30" at 1.0,0.82 set output "curse-gaussians.eps" plot 'curse-gaussians.data' using 1:2 lw 4, 'curse-gaussians.data' using 1:3 title "k=3" lw 2, 'curse-gaussians.data' using 1:4 title "k=10" lw 2, 'curse-gaussians.data' using 1:5 title "k=30" lw 2