set output 'residuals_sigma_cr.ps' set term postscript color 'Helvetica' 16 set grid set key top left set xlabel 'Stdev of OPS of main 9 starting batters' set ylabel 'Residuals from linear fit to runs vs. overall team scaled CR' set title 'Do residuals (using team scaled CR) correlate with stdev of OPS of main starting 9?' plot [0.0:0.22][-200:200] 'put_together_cr.out' using 6:15 with points t '' pt 3 ps 1.5 lw 3 , 2.334-30.221*x t 'linear fit' lt -1 quit