Skip to content

Commit 5071ea9

Browse files
Update sunburst-charts.md
1 parent 5d9c677 commit 5071ea9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

python/sunburst-charts.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ jupyter:
3737
---
3838

3939
### Basic Sunburst Plot ###
40-
Sunburst plot visualizes hierarchical data spanning outwards radially from root to leaves. The sunburst sectors are determined by the entries in "labels" and in "parents". The root starts from the center and children are added to the outer rings.
40+
41+
Sunburst plots visualize hierarchical data spanning outwards radially from root to leaves. The sunburst sector hierarchy is determined by the entries in `labels` and in `parents`. The root starts from the center and children are added to the outer rings.
4142

4243
Main arguments:
43-
1. **labels**: sets the labels of sunburst sectors.
44-
2. **parents**: sets the parent sectors of sunburst sectors. An empty string '' is used for the root node in the hierarchy. In this example, the root is "Eve".
45-
3. **values**: sets the values associated with sunburst sectors, determining their width (See the "Branchvalues" section below for different modes for setting the width).
44+
1. `labels`: sets the labels of sunburst sectors.
45+
2. `parents`: sets the parent sectors of sunburst sectors. An empty string `''` is used for the root node in the hierarchy. In this example, the root is "Eve".
46+
3. `values`: sets the values associated with sunburst sectors, determining their width (See the `branchvalues` section below for different modes for setting the width).
4647

4748

4849
```python

0 commit comments

Comments
 (0)