tess
tess copied to clipboard
I wrote a function to draw a Voronoi cell given its ID
Hi, this is not an issue, just an information. I wrote a simple function to draw a Voronoi cell given its id and a container object from the tess library. The function uses matplotlib and Poly3DCollection. Maybe it can be useful and it can be improved by someone who knows better.
Here it is https://github.com/nihil39/Various_projects/tree/main/Draw_voronoi_cell
Thank you