It may well be that [grid] only outputs integers (0, 1, 2, 3, ...). In this case you won't get anything between 0 and 1 if you set the boundaries of grid to 0 and 1. The solution is to set a wide range in grid (say, 0-1000), and to divide the output by the value of the upper boundary (1000 in this case).
Pierre
2012/9/21 Miguel Eduardo Venegas Monroy miguelvmonroy@gmail.com
but if i use this
[42
| [/ 100] | [0.42 \i need to conect to the in the numbers ? or were? on properties?
my configuration is this
x min = 0 x max = 1
y min= 0 y max= 1
on the exit of [grid]
numbers |
__|___________________ | + + | | + + | | + + | | + + | | + + | | + + | | + + | | + + | |_____________________ | | | | X out Y |
idont get
this is the answer :S
out >>>>>>>>>>>>>>>
- X +X
- 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1
- Y +Y
- 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1
thanks Pierre Massat