DelaunayTriangulation.jl icon indicating copy to clipboard operation
DelaunayTriangulation.jl copied to clipboard

Voronoi treemap

Open lazarusA opened this issue 2 years ago • 2 comments

any plans for this?

https://github.com/Kcnarf/d3-voronoi-treemap

lazarusA avatar Aug 22 '23 08:08 lazarusA

Never heard of a Voronoi treemap! While I don't have any plans for it currently, I do have plans for weighted Delaunay triangulations and power Voronoi diagrams, which are the key components of the algorithm (though the main paper references some other algorithms for this, maybe I can get around implementing those first). Maybe in a couple of months I can revisit this again? The next features I'm prioritising, though, are spatial sorting and curved boundaries, so might be a bit longer unless there's a lot more interest for it.

DanielVandH avatar Aug 22 '23 09:08 DanielVandH

Indeed, they not pretty common in the science domain, but rather more in the political one. Recently, there is an increase in his use to convey messages to the general public.

Good to know that some of the things necessary to make this work are already on the roadmap. Thanks.

lazarusA avatar Aug 22 '23 11:08 lazarusA