I am trying to visualize heat intensity data(0 to 1)based on xyz
. I have the data in a excel file and also in a csv file. In csv, the format is as follows:
x, y, z, scalar
0, 1, 1, 0.489324
1, 1, 1, 0.899
.
.
.
Each unit on an axis represents one voxel. There are totally 12 voxels along each axis. I would like visualize something close to this -> https://www.youtube.com/watch?v=UMnIwdQhZE4. How do i import either an excel data or csv into paraview? Is there a way to copy paste values from excel sheet into a 3d array?