NEW PROBLEM: Smooth the data visualization

Hi all,

I am trying to visualize the excel data as shown in the figure but no idea how to do it. Any thoughts about this? (This problem had been solved. Now the problem is to optimize the graph. See below)

NEW PROBLEM: 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)

Reply

Warm regards,
HC

You can use File Path to select and load a .csv file in your machine into your GH canvas and Read Filecomponent will let you read the contents of a file.

BTW, It seems your point data is not organized into a rectangular grid like the image you referenced, so I used Delaunay Mesh to visualize the shape.


Read CSV_re.gh (62.3 KB)

1 Like

For CSV reading also consider CSVulture (available on the Package Manager):

3 Likes

Thanks a lot! @HS_Kim

Hi @andheum,

I can’t open the Package Manager (I am using Rhino 6). Is there another method to install it?

Best,
HC

Testpackagemanager

Type this fully in rhino command.

2 Likes

It works, thanks!

you can download from here also : https://github.com/andrewheumann/CSVulture/blob/master/dist/CSVulture.gha

2 Likes

It does work! thanks!

It is very convenient, thanks!

Avoid duplicate post.

1 Like

Sorry about that. Will delete the post!!