Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/formulas.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/formulas.txt')
-rwxr-xr-xdata/formulas.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/formulas.txt b/data/formulas.txt
new file mode 100755
index 0000000..9445f17
--- /dev/null
+++ b/data/formulas.txt
@@ -0,0 +1,5 @@
+animaciones
+ * w = ancho_de_la_grilla / nro_columnas
+ * h = alto_de_la_grilla / nro_filas
+ * y = (indice_grafico / nro_columnas) * h
+ * x = (indice_grafico % nro_filas) * w