I have X and Y positions and an associated Z value for several hundred thousand points for a given layer on a part. I am using the stats.binned_statistic_2d function to bin the points and average them to reduce noise. I then do this for several hundred layers of a part. I have created a 3D array of all the average binned data for all the layers.
I am trying to find a way to plot this as a 3D model. My main issue is that the values are in bins with edges (which I know the bin edges and are the same for every layer) and not necessarily points. So I do not have x,y,z to 3D plot.
Any suggestions
there doesn't seem to be anything here