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

Commit5242593

Browse files
author
mahdis-z
committed
minor revisions
1 parent6bb58b7 commit5242593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎python/sunburst-charts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ fig.update_layout(margin = dict(t=0, l=0, r=0, b=0))
5555

5656
fig.show()
5757
```
58+
###Setting the width of wedges with count
5859

59-
Here is the same example using[count](https://plot.ly/python/reference/#sunburst-count) attribute, that counts the number of`leaves` and/or`branches` when the`values` array is not provided.
60+
Here is the same example using[count](https://plot.ly/python/reference/#sunburst-count) attribute, that counts the number of`leaves` and/or`branches` when the`values` array is not provided. The default value of count is`leaves`.
6061
```python
6162
import plotly.graph_objectsas go
6263

@@ -70,7 +71,6 @@ fig.update_layout(margin = dict(t=0, l=0, r=0, b=0))
7071

7172
fig.show()
7273
```
73-
7474
###Sunburst with Repeated Labels
7575

7676
```python

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp