Skip to content

Commit 04caa29

Browse files
author
mahdis-z
committed
formatting matters
1 parent 1c33d2d commit 04caa29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/sunburst-charts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jupyter:
3434
---
3535

3636
### Basic Sunburst Plot ###
37-
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.
37+
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.
3838

3939
Main arguments:
40-
1. **labels**: sets the labels of sunburst sectors.
41-
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".
42-
3. **values**: sets the values associated with sunburst sectors, determining their width (See the "Branchvalues" section below for different modes for setting the width).
40+
1. `labels`: sets the labels of sunburst sectors.
41+
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".
42+
3. `values`: sets the values associated with sunburst sectors, determining their width (See the `branchvalues` section below for different modes for setting the width).
4343

4444
```python
4545
import plotly.graph_objects as go

0 commit comments

Comments
 (0)