From 974fd276adc2c97135051319405da62ba72e3649 Mon Sep 17 00:00:00 2001 From: abe- Date: Sat, 17 Jun 2017 15:46:01 +0200 Subject: [PATCH 1/6] mapa parcelas --- docs/graficos/parcelas.html | 1 + docs/graficos/parcelas.js | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/graficos/parcelas.html b/docs/graficos/parcelas.html index 67828c5..de01ffd 100644 --- a/docs/graficos/parcelas.html +++ b/docs/graficos/parcelas.html @@ -1,6 +1,7 @@ + diff --git a/docs/graficos/parcelas.js b/docs/graficos/parcelas.js index a53ae0d..c9dfd8a 100644 --- a/docs/graficos/parcelas.js +++ b/docs/graficos/parcelas.js @@ -57,6 +57,7 @@ function draw() { //var nbr = String.prototype.toUpperCase(nombres[n]); if (dimr[n] != -1 || !compara(mc,color(colores[n]))) fill(0); else fill(0); + stroke(255); textStyle(BOLD); text(nombres[n], x[n], y[n]-10); @@ -65,18 +66,22 @@ function draw() { text("Plan inicial: " + dim[n]+" Has", x[n], y[n]+5); } else { + noStroke(); if (dimr[n] != -1) text("Parcela media: " + dimr[n]+" Has", x[n], y[n]+5); else text("(Sin datos)", x[n], y[n]+5); } } // Titulo + fill(255,200); + stroke(255); + rect(585, 365, 170, 150); fill(0); textStyle(BOLD); - textSize(14); - text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 600, 350, 150, 80); + textSize(12); + text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 600, 380, 150, 80); textStyle(NORMAL); - textSize(14); + textSize(12); text("Datos reales frente a datos según Plan de Colonización", 600, 430, 150, 80); } From 6b049db0435b1a72074b3ab1fd21a15923830296 Mon Sep 17 00:00:00 2001 From: abe- Date: Sat, 17 Jun 2017 15:46:45 +0200 Subject: [PATCH 2/6] mapa parcelas --- docs/graficos/parcelas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graficos/parcelas.js b/docs/graficos/parcelas.js index c9dfd8a..5ccc70d 100644 --- a/docs/graficos/parcelas.js +++ b/docs/graficos/parcelas.js @@ -75,7 +75,7 @@ function draw() { // Titulo fill(255,200); stroke(255); - rect(585, 365, 170, 150); + rect(585, 365, 170, 100); fill(0); textStyle(BOLD); textSize(12); From dd48b7ab1d3206104e15644937ae9a640738c643 Mon Sep 17 00:00:00 2001 From: abe- Date: Sat, 17 Jun 2017 15:47:20 +0200 Subject: [PATCH 3/6] mapa parcelas --- docs/graficos/parcelas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graficos/parcelas.js b/docs/graficos/parcelas.js index 5ccc70d..1f89ef7 100644 --- a/docs/graficos/parcelas.js +++ b/docs/graficos/parcelas.js @@ -75,7 +75,7 @@ function draw() { // Titulo fill(255,200); stroke(255); - rect(585, 365, 170, 100); + rect(585, 365, 170, 120); fill(0); textStyle(BOLD); textSize(12); From bbdfe99bb74abed3930ff2c70bfb998b6722f013 Mon Sep 17 00:00:00 2001 From: abe- Date: Sat, 17 Jun 2017 15:48:45 +0200 Subject: [PATCH 4/6] mapa parcelas --- docs/graficos/parcelas.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/graficos/parcelas.js b/docs/graficos/parcelas.js index 1f89ef7..a3b9061 100644 --- a/docs/graficos/parcelas.js +++ b/docs/graficos/parcelas.js @@ -75,14 +75,14 @@ function draw() { // Titulo fill(255,200); stroke(255); - rect(585, 365, 170, 120); + rect(605, 385, 170, 120); fill(0); textStyle(BOLD); textSize(12); - text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 600, 380, 150, 80); + text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 400, 150, 80); textStyle(NORMAL); textSize(12); - text("Datos reales frente a datos según Plan de Colonización", 600, 430, 150, 80); + text("Datos reales frente a datos según Plan de Colonización", 620, 450, 150, 80); } From 0e0a34b40b02e7207eb6d248f8e75ffcb9edbca1 Mon Sep 17 00:00:00 2001 From: abe- Date: Sat, 17 Jun 2017 15:49:19 +0200 Subject: [PATCH 5/6] mapa parcelas --- docs/graficos/parcelas.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/graficos/parcelas.js b/docs/graficos/parcelas.js index a3b9061..9f43d02 100644 --- a/docs/graficos/parcelas.js +++ b/docs/graficos/parcelas.js @@ -75,14 +75,14 @@ function draw() { // Titulo fill(255,200); stroke(255); - rect(605, 385, 170, 120); + rect(605, 375, 170, 120); fill(0); textStyle(BOLD); textSize(12); - text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 400, 150, 80); + text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 390, 150, 80); textStyle(NORMAL); textSize(12); - text("Datos reales frente a datos según Plan de Colonización", 620, 450, 150, 80); + text("Datos reales frente a datos según Plan de Colonización", 620, 440, 150, 80); } From 4d4816913cb67d6c2fcacd93ed78740e42a1cd65 Mon Sep 17 00:00:00 2001 From: abe- Date: Sat, 17 Jun 2017 15:52:01 +0200 Subject: [PATCH 6/6] mapa parcelas --- docs/graficos/parcelas.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/graficos/parcelas.js b/docs/graficos/parcelas.js index 9f43d02..8898752 100644 --- a/docs/graficos/parcelas.js +++ b/docs/graficos/parcelas.js @@ -57,7 +57,7 @@ function draw() { //var nbr = String.prototype.toUpperCase(nombres[n]); if (dimr[n] != -1 || !compara(mc,color(colores[n]))) fill(0); else fill(0); - stroke(255); + noStroke(); textStyle(BOLD); text(nombres[n], x[n], y[n]-10); @@ -74,15 +74,15 @@ function draw() { // Titulo fill(255,200); - stroke(255); + stroke(155); rect(605, 375, 170, 120); fill(0); textStyle(BOLD); textSize(12); text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 390, 150, 80); textStyle(NORMAL); - textSize(12); - text("Datos reales frente a datos según Plan de Colonización", 620, 440, 150, 80); + textSize(11); + text("Interacción con el ratón: Datos reales (verde) frente a datos según Plan de Colonización (blanco)", 620, 440, 150, 80); }