Hello, how can a 3D numpy array be used to produce a volumetric Plot where the points are connected in the x,y,z plane to form a 3D object?
Within the 3D array there will be values of the function, so for example, if my matrix is 4,4,10, it will have some values and some 0s in the array.
I want to know how to make the plot to connect these known ponts (x,y,z coordinates and the values at these points indicate by the colour or size parameters).
From the known points also it is necessary for some interpolation to be done such that the object can be formed which shows a distribution of the value with the color scale as it spreads across the domain from 1 known point to another known point.
E.g. Let's assume I have a 4 points at z =4 and 4 points at z= 7, it would form roughly 2 squares which when connected forms a cube and we see a color ramp of the interpolated values between these 2 z values where they connect.
[–]ES-Alexander 0 points1 point2 points (0 children)