Closed
Description
Hi,
I am trying to render some data from lidar on a Scatter3D graph and I encounter a strange problem. It looks like the data is somehow rounded...
Here is the code with the original, unchanged data:
https://codepen.io/bmaliszewski/pen/EBqaZJ
And here is the code where I subtract some constance value from X and Y:
X = X - 7541560
Y = Y - 5751100
The plot relatively should be looking the same, but its not:
https://codepen.io/bmaliszewski/pen/rEXOxw