|
283 | 283 | ], |
284 | 284 | barnorm=[ |
285 | 285 | "(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.", |
287 | 287 | "`'percent'` is the same but multiplied by 100 to show percentages.", |
| 288 | + "`None` will stack up all values at each location coordinate.", |
288 | 289 | ], |
289 | 290 | groupnorm=[ |
290 | 291 | "(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.", |
292 | 293 | "`'percent'` is the same but multiplied by 100 to show percentages.", |
| 294 | + "`None` will stack up all values at each location coordinate.", |
293 | 295 | ], |
294 | 296 | barmode=[ |
295 | 297 | "(string, one of `'group'`, `'overlay'` or `'relative'`. Default is `'relative'`)", |
296 | 298 | "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.", |
298 | 300 | "In `'group'` mode, bars are placed beside each other.", |
299 | 301 | ], |
300 | 302 | boxmode=[ |
|
0 commit comments