set terminal postscript eps color enhanced size 10,7 "Times-Roman, 32" set output "braak_1_comp.eps" m(x) = a*x +b fit m(x) "tau_ropi.dat" u 9:2 via a,b unset key f(x) = x set xlabel "PI2620 SUVR" font "Times-Roman, 24" set ylabel "RO948 SUVR" font "Times-Roman, 24" set title "BRAAK 1 ROI" plot [0.5:1.5][0.5:1.5] "tau_ropi.dat" u 9:2 w p ps 2 pt 7 lc 3, f(x) w l lw 5 lc 1, m(x) w l lc 4 set output set title "BRAAK 2 ROI" set output "braak_2_comp.eps" fit m(x) "tau_ropi.dat" u 10:3 via a,b plot [0.2:1.1][0.2:1.1] "tau_ropi.dat" u 10:3 w p ps 2 pt 7 lc 3, f(x) w l lw 5 lc 1, m(x) w l lc 4 set output set title "BRAAK 3 ROI" set output "braak_3_comp.eps" fit m(x) "tau_ropi.dat" u 11:4 via a,b plot [0.3:1.8][0.3:1.8] "tau_ropi.dat" u 11:4 w p ps 2 pt 7 lc 3, f(x) w l lw 5 lc 1, m(x) w l lc 4 set output set title "BRAAK 4 ROI" set output "braak_4_comp.eps" fit m(x) "tau_ropi.dat" u 12:5 via a,b plot [0.6:2.0][0.6:2.0] "tau_ropi.dat" u 12:5 w p ps 2 pt 7 lc 3, f(x) w l lw 5 lc 1, m(x) w l lc 4 set output set title "BRAAK 5 ROI" set output "braak_5_comp.eps" fit m(x) "tau_ropi.dat" u 13:6 via a,b plot [0.5:1.8][0.5:1.8] "tau_ropi.dat" u 13:6 w p ps 2 pt 7 lc 3, f(x) w l lw 5 lc 1, m(x) w l lc 4 set output set title "BRAAK 6 ROI" set output "braak_6_comp.eps" fit m(x) "tau_ropi.dat" u 14:7 via a,b plot [0.4:1.6][0.4:1.6] "tau_ropi.dat" u 14:7 w p ps 2 pt 7 lc 3, f(x) w l lw 5 lc 1, m(x) w l lc 4 set output