I have reported [this issue](https://github.com/sciapp/gr/issues/116) to the GR framework team and they say "it seems like Nim is transmitting the data incorrectly". I find difficult to believe this because there are already plenty of libraries wrapped. So it is probably my fault or theirs.
What I am doing is pretty simple: 1. I create a sequence of floats by calling [linRange](https://github.com/mantielero/gr.nim/blob/master/examples/grm_plot.nim#L4) 2. The function linRange is pretty simple. It is defined [here](https://github.com/mantielero/gr.nim/blob/master/src/gr/common.nim#L66-L73). 3. I cast the sequence [here](https://github.com/mantielero/gr.nim/blob/master/src/api/grm.nim#L88). Is the rounding error normal? (I would think so) Should I do things differently? Is their problem? How should I explain it to them? (Because I don't know what to tell them to be honest)
