set ylabel "execution times (in s)"
set xlabel "polynomial's degree"
#set format x "%6.4e"
-#set format x "%2.0e"
+set format x "%2.0e"
#set format x "%2.0t{/Symbol \327}10^{%L}"
#set logscale x
#set logscale y
set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 1 ps 1.5 # --- blue
set style line 3 lc rgb '#dd181f' lt 1 lw 2 pt 3 ps 1.5 # --- red
set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 4 ps 1.5 # --- red
+set style line 4 lc rgb '#dd181f' lt 1 lw 2 pt 6 ps 1.5 # --- red
set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 5 ps 1.5 # --- red
plot 'EA_DK.txt'index 0 using 1:2 t "EA with sparse polynomials" with linespoints ls 1,\
'EA_DK.txt'index 0 using 1:4 t "EA with full polynomials" with linespoints ls 2,\
- 'EA_DK.txt'index 1 using 1:2 t "DK with sparse polynomials" with linespoints ls 3
+ 'EA_DK.txt'index 1 using 1:2 t "DK with sparse polynomials" with linespoints ls 3,\
+ 'EA_DK.txt'index 1 using 1:4 t "DK with full polynomials" with linespoints ls 4
#DK sparse full
times nb iter times nb iter
5000 3.42 138 622.617 9483
-50000 385.266 823 9.27 19
-100000 447.364 408 7.73 15
-150000 1524.08 552 8.64 21
-200000 1530.86 360 7.84 16
-250000 1958.24 348 11.33 18
-300000 2800.53 319 20.47 21
-350000 4071.47 378 35.07 26
+50000 385.266 823
+100000 447.364 408
+150000 1524.08 552
+200000 1530.86 360
+250000 1958.24 348
+300000 2800.53 319
+350000 4071.47 378
400000 3339.4 238
450000 3983.34 221
500000 5737.84 257
set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 5 ps 1.5 # --- red
plot 'influence_nb_threads.txt' using 1:2 t "sparse 500K" with linespoints ls 1,\
'influence_nb_threads.txt' using 1:4 t "full 500K" with linespoints ls 2,\
- 'influence_nb_threads.txt' using 1:6 t "sparse 50K" with linespoints lt 1 lw 2 ps 1 pt 1,\
+ 'influence_nb_threads.txt' using 1:6 t "sparse 50K" with linespoints lt 1 lw 2 ps 1 pt 4,\
'influence_nb_threads.txt' using 1:8 t "full 50K" with linespoints lt 1 lw 2 ps 1 pt 3
set xlabel "Sparse polynomial's degrees"
#set logscale x
#set logscale y
-
+set format x "%2.0e"
#set key on outside left bmargin
set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 1 ps 1.5 # --- blue
set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 5 ps 1.5 # --- red
-set style line 3 lc rgb '#dd181f' lt 1 lw 2 pt 6 ps 1.5 # --- red
+set style line 3 lc rgb '#dd181f' lt 1 lw 2 pt 7 ps 1.5 # --- red
plot'openMP-GPU.txt' index 0 using 1:5 t "OpenPM 1 core" with linespoints ls 2,\
'openMP-GPU.txt' using 1:2 t "OpenPM 4 cores" with linespoints ls 1,\