holtzy / The-Python-Graph-Gallery

A website displaying hundreds of charts made with Python
https://www.python-graph-gallery.com
BSD Zero Clause License
1.94k stars 377 forks source link

Update circular-packing-1-level-hierarchy.ipynb #258

Closed sunefibaek closed 8 months ago

sunefibaek commented 1 year ago

Added code to reverse the order of the circles in list to handle the wrong sort order. Apparently circlify return the list of circles in ascending order and thereby showing the largest values in the smallest circles.

holtzy commented 8 months ago

Thanks! I have some annoying conficts so I will add this change manually. Thanks again