Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1695234

Browse files
authored
Update _doc.py
Update comments
1 parent b770468 commit 1695234

File tree

1 file changed

+5
-3
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+5
-3
lines changed

packages/python/plotly/plotly/express/_doc.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,18 +283,20 @@
283283
],
284284
barnorm=[
285285
"(string, one of `'fraction'` or `'percent'`, default is `None`)",
286-
"If set to `'fraction'`, the value of each bar is divided by the sum of all values at that location coordinate.",
286+
"If `'fraction'`, the value of each bar is divided by the sum of all values at that location coordinate.",
287287
"`'percent'` is the same but multiplied by 100 to show percentages.",
288+
"`None` will stack up all values at each location coordinate.",
288289
],
289290
groupnorm=[
290291
"(string, one of `'fraction'` or `'percent'`, default is `None`)",
291-
"If set to `'fraction'`, the value of each point is divided by the sum of all values at that location coordinate.",
292+
"If `'fraction'`, the value of each point is divided by the sum of all values at that location coordinate.",
292293
"`'percent'` is the same but multiplied by 100 to show percentages.",
294+
"`None` will stack up all values at each location coordinate.",
293295
],
294296
barmode=[
295297
"(string, one of `'group'`, `'overlay'` or `'relative'`. Default is `'relative'`)",
296298
"In `'relative'` mode, bars are stacked above zero for positive values and below zero for negative values.",
297-
"In `'overlay'` mode, bars are on drawn top of one another.",
299+
"In `'overlay'` mode, bars are drawn on top of one another.",
298300
"In `'group'` mode, bars are placed beside each other.",
299301
],
300302
boxmode=[

0 commit comments

Comments
 (0)