0

I want to achieve this result but with plotly sunburst.

I can not find any parameter that controls the inner circle diameter in the documentation. It is any way to achieve that?

  • 1
    I believe someone previously asked this question, and I provided [an answer](https://stackoverflow.com/questions/65029323/is-there-a-way-to-vary-the-thickness-of-a-layer-in-sunburst-diagram-in-plotly) which I believe is still true. On stackoverflow, duplicate questions are typically closed so there aren't too many open questions. But if the question and answer I linked to isn't the same question as yours, I'll retract my close vote – Derek O Feb 02 '22 at 19:07
  • Oh yes, it is quite similar. Although the question you linked Is a more complex one, I believe that your answer (kudos for you) there could be useful to this one too. I agree, I will close this question by the end o the day if no one else has another answer. – J. Javier Gálvez Feb 02 '22 at 21:14

1 Answers1

2

Unfortunately you can set only root_color. There is no attribute root_size. Just print help(go.sunburst.Root).

xecafe
  • 740
  • 6
  • 12