]> AND Private Git Repository - kahina_paper1.git/blob - figures/EA_DK.plot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ajout d'un fichier pour mettre les modifications
[kahina_paper1.git] / figures / EA_DK.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 decimalsign ","
7 #set decimalsign locale "fr_FR"
8
9 set ylabel "execution times (in s)" 
10 set xlabel "polynomial's degree"
11 #set format x "%6.4e"
12 set format x "%2.0e"
13 #set format x "%2.0t{/Symbol \327}10^{%L}"
14 set logscale x
15 set logscale y
16
17 #set key on outside left bmargin
18 set key on inside left top
19 set style line 1 lc rgb '#000c16' lt 1 lw 2 pt 4 ps 1.5   # --- blue
20 set style line 2 lc rgb '#000c16' lt 1 lw 2 pt 5 ps 1.5   # --- red
21 set style line 3 lc rgb '#000c16' lt 1 lw 2 pt 6 ps 1.5   # --- red
22 set style line 4 lc rgb '#000c16' lt 1 lw 2 pt 7 ps 1.5   # --- red
23
24 set style line 2 lc rgb '#000c16' lt 1 lw 2 pt 5 ps 1.5   # --- red
25 plot  'EA_DK.txt'index 0 using 1:2 t "EA with sparse polynomials"      with linespoints ls 1,\
26 'EA_DK.txt'index 0 using 1:4 t "EA with full polynomials"      with linespoints ls 2,\
27  'EA_DK.txt'index 1 using 1:2 t "DK with sparse polynomials"      with linespoints ls 3,\
28  'EA_DK.txt'index 1 using 1:4 t "DK with full polynomials"      with linespoints ls 4
29
30
31