set terminal postscript color set title "GDT comparison (100 is best)" set ylabel "model 1 other server prediction" set xlabel "model 1 SAM_T2K" set key top left # unset key fit m99*x+b99 '../gdt.summary' using 8:9 via m99,b99 fit m06*x+b06 '../gdt.summary' using 8:7 via m06,b06 fit mrob*x+brob '../gdt.summary' using 8:11 via mrob,brob fit mzh*x+bzh '../gdt.summary' using 8:13 via mzh,bzh plot \ '../gdt.summary' using 8:7 title 'SAM_T06' pt 1, \ m06*x+b06 title "SAM_T06" lt 1 with lines , \ '../gdt.summary' using 8:9 title 'SAM_T99' pt 2,\ m99*x+b99 title "SAM_T99" lt 2 with lines , \ '../gdt.summary' using 8:11 title 'Robetta' pt 3,\ mrob*x+brob title "Robetta" lt 3 with lines, \ '../gdt.summary' using 8:13 title 'ZhangServer' pt 4,\ mzh*x+bzh title "ZhangServer" lt 4 with lines , \ x