mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
Merge branch 'master' of github.com:medialab-prado/poblados-colonizacion-colonias-penitenciarias
This commit is contained in:
commit
f7c5d5572a
1 changed files with 10 additions and 1 deletions
|
@ -31,7 +31,7 @@ function setup() {
|
|||
|
||||
|
||||
function draw() {
|
||||
background(0,0);
|
||||
background("#cad2d3");
|
||||
// capas
|
||||
for (var n = 0; n < ids.length; n++) {
|
||||
if (dimr[n] != -1) image(capas[n],0,0);
|
||||
|
@ -69,6 +69,15 @@ function draw() {
|
|||
else text("(Sin datos)", x[n], y[n]+5);
|
||||
}
|
||||
}
|
||||
|
||||
// Titulo
|
||||
fill(0);
|
||||
textStyle(BOLD);
|
||||
textSize(14);
|
||||
text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 600, 350, 150, 80);
|
||||
textStyle(NORMAL);
|
||||
textSize(14);
|
||||
text("Datos reales frente a datos según Plan de Colonización", 600, 430, 150, 80);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue