Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c33d2d

Browse files
author
mahdis-z
committed
duplication removal
1 parentf326de1 commit1c33d2d

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_objectsas go
5546

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp