author | Alberto Bertogli
<albertito@blitiri.com.ar> 2010-09-08 04:14:15 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2010-09-08 04:14:15 UTC |
parent | 090f8fdf250b65fa4648a88323e64656bf64e632 |
plot.gpi | +2 | -0 |
diff --git a/plot.gpi b/plot.gpi index 6b7a23f..e95844e 100644 --- a/plot.gpi +++ b/plot.gpi @@ -133,6 +133,7 @@ set output "plot/todos-err-p:51.png" set title "Comparativa con precisiĆ³n 51 - Error" plot [:200] \ 'out/OUT-fcont-prec:51-err' using 1:5 title "Frac. continuas", \ + 'out/OUT-binomial-prec:51-err' using 1:5 title "Binomial", \ 'out/OUT-binomial_dec-prec:51-err' using 1:5 title "Binomial dec", \ 'out/OUT-babilonio-prec:51-err' using 1:5 title "Babilonio" @@ -141,6 +142,7 @@ set title "Comparativa con precisiĆ³n 51 - Error - Detalle" plot [:50] \ 'out/OUT-fcont-prec:51-err' using 1:5 title "Frac. continuas", \ 'out/OUT-binomial-prec:51-err' using 1:5 title "Binomial", \ + 'out/OUT-binomial_dec-prec:51-err' using 1:5 title "Binomial dec", \ 'out/OUT-babilonio-prec:51-err' using 1:5 title "Babilonio"