Skip to content

Commit 5242593

Browse files
author
mahdis-z
committed
minor revisions
1 parent 6bb58b7 commit 5242593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/sunburst-charts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ fig.update_layout(margin = dict(t=0, l=0, r=0, b=0))
5555

5656
fig.show()
5757
```
58+
### Setting the width of wedges with count
5859

59-
Here is the same example using [count](https://plot.ly/python/reference/#sunburst-count) attribute, that counts the number of `leaves` and/or `branches` when the `values` array is not provided.
60+
Here is the same example using [count](https://plot.ly/python/reference/#sunburst-count) attribute, that counts the number of `leaves` and/or `branches` when the `values` array is not provided. The default value of count is `leaves`.
6061
```python
6162
import plotly.graph_objects as go
6263

@@ -70,7 +71,6 @@ fig.update_layout(margin = dict(t=0, l=0, r=0, b=0))
7071

7172
fig.show()
7273
```
73-
7474
### Sunburst with Repeated Labels
7575

7676
```python

0 commit comments

Comments
 (0)