Voronoi tree map in circle

Looking for a python script that can divide a circle into different parts based on a list of values. Much like a pie chart, but instead of splitting the circle in shapes all coming from the center, it would split it into a voronoi pattern.

image

Desired result from a list [11,7,5,3,2]

Budget: $250
Payment: Paypal, Bitcoin, Revolut, Zelle

3 Likes

Hi!
I have 2 questions for you for now

  1. What kind of control do you want to have before applying this add-on?
    by example:
    “number of new faces”?
    “randomize level for the area of the new faces”?

  2. The add-on must be functional only for circles with one face and many vertices?

Hi,

The script should take a circle and divide it according to a list of values.
examples: [3246,43, 3625] or [19, 24, 430, 680, 3921, 6792, 17947]

some version of this https://plotdb.com/chart/1017/#
without the animation

It would always be a circle.

This topic was automatically closed after 30 days. New replies are no longer allowed.