set term postscript enhanced portrait "Helvetica" 12
set ylabel "execution times (in s)"
-set xlabel "Soarse polynomial's degrees"
+set xlabel "Sparse polynomial's degrees"
set logscale x
set logscale y
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
+ 'log_exp_Sparse.txt' index 1 using 1:2 t "with_log_exp" with linespoints ls 1
\ No newline at end of file