Data visualization optimization/method?

Hi there,

I am trying to visualize the data in Rhino. But the visualization doesn’t look good for presentation and therefore I am asking here if there is any method to visualize the data better?

What I want to do is:

What I did:

The data I am trying to visualize:
observers_test data.csv (194.0 KB)

Thank you in advance.
-HC

Hi Hoganchan113,

In the attached file you can see my approach to your problem. Your Values are pretty “spikey”.
If you want to have a smoother surface, you have to smooth your values ( not the points ).
I think you used the delaunay algorithm to get a mesh. My approach is creating an underlying grid , find the nearest neighbour and move it.
Maybe it solves your problem.

greetings,
Bumaye
RE_visualize data.gh (24.8 KB)

1 Like

Thanks @bumaye, the post had been moved to XYZ excel data visualization and smooth the graph