set output './correlate_index.ps' set term postscript color set grid set key top left set xlabel 'Index of team in list' set ylabel 'Winning percentage ' set title 'Which statistics explain winning percentage? ' set label 1 at 2, 0.32 'mean 0.501 stdev 0.080' set object 1 rect from -7,0.420 to 173,0.580 lw 0.5 fc rgbcolor '#f1f1f1' behind plot [-7.2:173.2][0.24245:0.73855] './calc_correlations.index.out' using ($10):($8) with points lt 1 pt 4 ps 0.8 lw 3 t '' set output quit