set nokey
set xrange [0:6]
set yrange [0:1]
set xtics ("1" 0, "2" 1, "3" 2, "4" 3, "5" 4, "6" 5, "7" 6)
set ytics (0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1)
set format x "%8.0f"
#set logscale x
set data style linespoints
set term postscript eps
set output '../data/plots/curve.eps'
set xlabel 'Comparison number'
set ylabel 'Rate of correct predictions'
plot \
'../data/counter_gnuplot_data/curve' using 1
