# generic commands for twographbox output size load "twographbox.in" set data style lines set xlabel "Number of observations" set ylabel "Localization error" #set key set output "hmm-localization.eps" #### This put the key in the wrong order; need to reverse the order #plot 'hmm-localization.data' using 1:2 title "{/Symbol e} = 0.00" lw 2, 'hmm-localization.data' using 1:3 title "{/Symbol e} = 0.02" lw 2, 'hmm-localization.data' using 1:4 title "{/Symbol e} = 0.05" lw 2, 'hmm-localization.data' using 1:5 title "{/Symbol e} = 0.10" lw 2, 'hmm-localization.data' using 1:6 title "{/Symbol e} = 0.20" lw 2 plot 'hmm-localization.data' using 1:6 title "{/Symbol e} = 0.20" lw 2, 'hmm-localization.data' using 1:5 title "{/Symbol e} = 0.10" lw 2, 'hmm-localization.data' using 1:4 title "{/Symbol e} = 0.05" lw 2, 'hmm-localization.data' using 1:3 title "{/Symbol e} = 0.02" lw 2, 'hmm-localization.data' using 1:2 title "{/Symbol e} = 0.00" lw 2