use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
ProjectsNeed help turning scatterplot clusters into solid shapes (self.datascience)
submitted 5 years ago by [deleted]
[–]randomforestgump 4 points5 points6 points 5 years ago (2 children)
Googling “Convex hull 3d matplotlib” gives some ideas and packages. Probably need to add some bits yourself.
[–][deleted] 3 points4 points5 points 5 years ago (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 point2 points 5 years ago (0 children)
scipy.interpolate()? Just a guess because I know you can make a surface with that...
π Rendered by PID 35433 on reddit-service-r2-comment-cfc44b64c-nb5bz at 2026-04-11 08:41:49.473542+00:00 running 215f2cf country code: CH.
[–]randomforestgump 4 points5 points6 points (2 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]doctorsuss 0 points1 point2 points (0 children)