git » metnum-tp1.git » commit f48a5b0

Agregar aún mas gráficos

author Alberto Bertogli
2010-09-07 07:30:11 UTC
committer Alberto Bertogli
2010-09-07 07:30:11 UTC
parent 59c657aa039ac448e5c0284f831bd7d81916e022

Agregar aún mas gráficos

El mas intereante es el que da unos "cortes" seleccionados de la binomial, que
se porta tan mal.

plot.gpi +19 -0

diff --git a/plot.gpi b/plot.gpi
index 3d6f16f..c8c3781 100644
--- a/plot.gpi
+++ b/plot.gpi
@@ -164,6 +164,15 @@ plot [15.8:23.5] \
 	'out/OUT-binomial_inc-iter:100-err' using 2:5 title "Binomial inc", \
 	'out/OUT-binomial_dec-iter:100-err' using 2:5 title "Binomial dec"
 
+set output "plot/binomial_dec-err-i:algunas.png"
+set title "Binomial en algunas iteraciónes - Error"
+plot \
+	'out/OUT-binomial_dec-iter:47-err' using 2:5 title "iter = 47", \
+	'out/OUT-binomial_dec-iter:46-err' using 2:5 title "iter = 46", \
+	'out/OUT-binomial_dec-iter:402-err' using 2:5 title "iter = 402", \
+	'out/OUT-binomial_dec-iter:403-err' using 2:5 title "iter = 403"
+
+
 # Fracciones continuas
 set output "plot/fcont-err-i:10.png"
 set title "Fracciones continuas en iteración 10 - Error"
@@ -257,6 +266,16 @@ splot [:26] 'out/OUT-binomial_dec-all-err' using 2:1:5 with lines palette title
 set grid noztics
 unset zrange
 
+set title "Binomial dec - Error - Invertido y detalle - Alternativo"
+set output "plot/binomial_dec-err-3d-detalle-alt.png"
+set view 56,287
+set grid ztics
+set zrange [] reverse
+splot [:26] 'out/OUT-binomial_dec-all-err' using 2:1:5 with lines palette title ""
+set grid noztics
+unset zrange
+
+
 set zlabel "Error (logarítmica, invertida)" rotate by 90 offset -5,0,0
 set title "Binomial dec - Error - Invertido y detalle"
 set output "plot/binomial_dec-err-3d-detalle2.png"