Skip to content

Commit 738b57f

Browse files
Merge pull request #1784 from yoonghm/patch-2
Update _doc.py
2 parents e23076f + 1695234 commit 738b57f

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
@@ -302,18 +302,20 @@
302302
],
303303
barnorm=[
304304
"(string, one of `'fraction'` or `'percent'`, default is `None`)",
305-
"If set to `'fraction'`, the value of each bar is divided by the sum of all values at that ___location coordinate.",
305+
"If `'fraction'`, the value of each bar is divided by the sum of all values at that ___location coordinate.",
306306
"`'percent'` is the same but multiplied by 100 to show percentages.",
307+
"`None` will stack up all values at each ___location coordinate.",
307308
],
308309
groupnorm=[
309310
"(string, one of `'fraction'` or `'percent'`, default is `None`)",
310-
"If set to `'fraction'`, the value of each point is divided by the sum of all values at that ___location coordinate.",
311+
"If `'fraction'`, the value of each point is divided by the sum of all values at that ___location coordinate.",
311312
"`'percent'` is the same but multiplied by 100 to show percentages.",
313+
"`None` will stack up all values at each ___location coordinate.",
312314
],
313315
barmode=[
314316
"(string, one of `'group'`, `'overlay'` or `'relative'`. Default is `'relative'`)",
315317
"In `'relative'` mode, bars are stacked above zero for positive values and below zero for negative values.",
316-
"In `'overlay'` mode, bars are on drawn top of one another.",
318+
"In `'overlay'` mode, bars are drawn on top of one another.",
317319
"In `'group'` mode, bars are placed beside each other.",
318320
],
319321
boxmode=[

0 commit comments

Comments
 (0)