--- /dev/null
+# Analysis description
+set encoding iso_8859_1
+set terminal x11
+set size 1,0.5
+set term postscript enhanced portrait "Helvetica" 12
+
+set ylabel "execution times (in s)"
+set xlabel "Soarse polynomial's degrees"
+set logscale x
+set logscale y
+
+#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
+
+ plot'log_exp_Sparse.txt' index 0 using 1:4 t "No log exp" with linespoints ls 2,\
+ 'log_exp_Sparse.txt' index 0 using 1:2 t "with log exp" with linespoints ls 1,\
+ 'log_exp_Sparse.txt'index 1 using 1:2 t "with_log_exp" with linespoints ls 1
\ No newline at end of file
--- /dev/null
+#sparse polynomial
+# First data block (index 0)
+#EA With_log_exp No_log_exp
+#Taille_Poly times nb iter times nb iter
+5000 0.289431 17 0.256983 15
+10000 0.319229 14 0.317802 14
+15000 0.317802 14 0.393191 13
+25000 0.759156 11 0.849403 11
+30000 1.26306 16 2.08251 20
+40000 2.57116 19 2.58756 18
+50000 4.17865 18 4.80419 20
+60000 4.43633 16 4.92617 17
+100000 11.7038 15 12.4761 16
+150000 18.6746 11 16.3098 16
+
+# Second index block (index 1)
+#Taille_Poly times nb iter
+200000 67.6199 22
+300000 132.27 20
+350000 159.65 18
+400000 258.91 22
+450000 339.47 23
+500000 419.78 23
+550000 415.94 19
+600000 549.70 21
+650000 612.12 20
+700000 864.21 24
+750000 940.87 23
+800000 1247.16 26
+850000 1702.12 32
+900000 1803.17 30
+950000 2280.07 34
+1000000 2400.51 30
+