]> AND Private Git Repository - canny.git/blob - error.plot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
quelques modifs
[canny.git] / error.plot
1 # Analysis description 
2 set encoding iso_8859_1
3 set terminal x11
4 set size 1,0.5
5 set term postscript enhanced portrait "Helvetica" 12
6 set ylabel "Average testing error" 
7 set xlabel "Payload" 
8 set key on inside bottom left
9 plot 'error.txt' using 1:2 t "STABYLO"      with linespoints lt 1 lw 2 ps 0 pt 5,\
10   'error.txt' using 1:3 t "HUGO"    with linespoints lt 1 lw 2 ps 1 pt 2,\
11   'error.txt' using 1:4 t "EAISLSBMR"    with linespoints lt 3 lw 2 ps 0 pt 1,\
12         'error.txt' using 1:5 t "WOW"      with linespoints lt 1 lw 2 ps 1 pt 1,\
13   'error.txt' using 1:6 t "UNIWARD"    with linespoints lt 5 lw 2 ps 0 pt 1
14
15
16