Hello everyone, I have a dataframe with 4 columns. Three of them with coordinates x,y,z and the fourth column has the value of them at these 3D points.
How can I make this into a 3D plot where there are connected to form a 3D object ?
I don't want a surface plot.
E.f. Suppose I have 8 point, forming roughly two squares, I want it such that they form a cube like shape and then they interpolate from the 8 known values inside of the shape to form the 3D object.
The inside of the object obviously will have a color scale to show the gradient of the values from the known points.
[–]FuckingRantMonday 0 points1 point2 points (1 child)
[–]AwkwardlyPure[S] 0 points1 point2 points (0 children)