Trying make a treemap using google colab I’ve noticed the go.Treemap function doesn’t have root_color
param.
Which param should I use instead?
Plotly version:
Version: 4.4.1
Trying make a treemap using google colab I’ve noticed the go.Treemap function doesn’t have root_color
param.
Which param should I use instead?
Plotly version:
Version: 4.4.1
I have the same question.
If you want to just specify colors, you can use marker_colors = ["red", "blue", etc.]
I want to set colors to value (like in root_color
param) but can’t find a way. If you do - please share.