Skip to content

Commit 1c33d2d

Browse files
author
mahdis-z
committed
duplication removal
1 parent f326de1 commit 1c33d2d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

python/sunburst-charts.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,9 @@ Sunburst plot visualizes hierarchical data spanning outwards radially from root
3838

3939
Main arguments:
4040
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".
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".
4242
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

44-
45-
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.
46-
47-
Main arguments:
48-
1. `labels`: sets the labels of sunburst sectors.
49-
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".
50-
3. `values`: sets the values associated with sunburst sectors, determining their width (See the `branchvalues` section below for different modes for setting the width).
51-
52-
5344
```python
5445
import plotly.graph_objects as go
5546

0 commit comments

Comments
 (0)