8000 Merge pull request #207 from plotly/sunburst_py · plotly/plotly.py-docs@dfa1200 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfa1200

Browse files
authored
Merge pull request #207 from plotly/sunburst_py
duplication removal
2 parents ac46cbc + 04caa29 commit dfa1200

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

python/sunburst-charts.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,13 @@ 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.
38-
39-
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).
43-
44-
4537
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.
4638

4739
Main arguments:
4840
1. `labels`: sets the labels of sunburst sectors.
4941
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".
5042
3. `values`: sets the values associated with sunburst sectors, determining their width (See the `branchvalues` section below for different modes for setting the width).
5143

52-
5344
```python
5445
import plotly.graph_objects as go
5546

0 commit comments

Comments
 (0)
0