set terminal postscript eps enhanced color defaultplex "Times-Roman" 20 set output "interest_point_test_per_model.eps" set xrange [0:180] set xlabel "Viewpoint Angle in degrees" set ylabel "Repeatability in %" set yrange [0:100] set key spacing 0.85 plot '../data/interest_point_test_per_model.dat' using 1:2 with lines \ title "armchair" lt 1 lc 0 lw 5 axes x1y1, \ '../data/interest_point_test_per_model.dat' using 1:3 with lines \ notitle lt 3 lc 0 lw 3 axes x1y1, \ \ '../data/interest_point_test_per_model.dat' using 1:4 with lines \ title "cart" lt 1 lc 1 lw 5 axes x1y1, \ '../data/interest_point_test_per_model.dat' using 1:5 with lines \ notitle lt 2 lc 1 lw 3 axes x1y1, \ \ '../data/interest_point_test_per_model.dat' using 1:6 with lines \ title "cup" lt 1 lc 2 lw 5 axes x1y1, \ '../data/interest_point_test_per_model.dat' using 1:7 with lines \ notitle lt 2 lc 2 lw 3 axes x1y1, \ \ '../data/interest_point_test_per_model.dat' using 1:8 with lines \ title "office chair" lt 1 lc 3 lw 5 axes x1y1, \ '../data/interest_point_test_per_model.dat' using 1:9 with lines \ notitle lt 2 lc 3 lw 3 axes x1y1, \ \ '../data/interest_point_test_per_model.dat' using 1:10 with lines \ title "pioneer" lt 1 lc 4 lw 5 axes x1y1, \ '../data/interest_point_test_per_model.dat' using 1:11 with lines \ notitle lt 2 lc 4 lw 3 axes x1y1, \ \ '../data/interest_point_test_per_model.dat' using 1:12 with lines \ title "stapler" lt 1 lc 5 lw 5 axes x1y1, \ '../data/interest_point_test_per_model.dat' using 1:13 with lines \ notitle lt 4 lc 5 lw 5 axes x1y1, \ \ '../data/interest_point_test_per_model.dat' using 1:12 with lines \ title "teddy bear" lt 1 lc 6 lw 5 axes x1y1, \ '../data/interest_point_test_per_model.dat' using 1:13 with lines \ notitle lt 2 lc 6 lw 3 axes x1y1