gnuplot <<EOF
set xrange [0:53]
set yrange [0:0.40]

set title "Pred25 Algorithm Win Percentages" font "Times-Roman,16"
set terminal postscript eps
set output "pred25AlgorithmWinValues.eps
set key top left
set style line 1 lt 1 lw 3 lc 1
set tics out
set mytics 5
set size 0.7,0.7
set pointsize 2
plot "pred25AlgorithmPercentWin.dat" using 1:2 title "% Wins" with lines linestyle 1
EOF
epstopdf pred25AlgorithmWinValues.eps

#----------------------------------------------------------------------------------

gnuplot <<EOF
set xrange [0:19]
set yrange [0.00:0.40]
set tics out
set mytics 2
set xtics ("albrecht" 1, "sdr" 2, "cocomo81o" 3, "nasa93center1" 4, "kemerer" 5, "telecom1" 6, "miyazaki94" 7, \
		"nasa93center2" 8, "desharnaisL3" 9, "cocomo81s" 10, "cocomo81e" 11, "nasa93center5" 12, \
		"cocomo81" 13, "desharnaisL2" 14, "desharnaisL1" 15,"finnish" 16, "desharnais" 17, "maxwell" 18, \
		"china" 19) rotate by 315


set title "Pred25 Data Set Win Percentages" font "Times-Roman,16"
set terminal postscript eps
set output "pred25DataSetWinValues.eps
set key top left
set style line 1 lt 1 lw 3 lc 1
set size 0.7,0.7
set pointsize 2
plot "pred25DataSetPercentWin.dat" using 1:2 title "% Wins" with lines linestyle 1
EOF
epstopdf pred25DataSetWinValues.eps
