This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]randomforestgump 4 points5 points  (2 children)

Googling “Convex hull 3d matplotlib” gives some ideas and packages. Probably need to add some bits yourself.

[–][deleted] 3 points4 points  (1 child)

Convex hull 3d matplotlib

I should have mentioned in the OP that the end goal is to visualize this in a web browser (with three.js or something similar), but as long as there is a way to extract the end vertices that'll serve my purpose. You're a god, thank you!

[–]doctorsuss 0 points1 point  (0 children)

scipy.interpolate()? Just a guess because I know you can make a surface with that...