|
302 | 302 | ], |
303 | 303 | barnorm=[ |
304 | 304 | "(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.", |
306 | 306 | "`'percent'` is the same but multiplied by 100 to show percentages.", |
| 307 | + "`None` will stack up all values at each location coordinate.", |
307 | 308 | ], |
308 | 309 | groupnorm=[ |
309 | 310 | "(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.", |
311 | 312 | "`'percent'` is the same but multiplied by 100 to show percentages.", |
| 313 | + "`None` will stack up all values at each location coordinate.", |
312 | 314 | ], |
313 | 315 | barmode=[ |
314 | 316 | "(string, one of `'group'`, `'overlay'` or `'relative'`. Default is `'relative'`)", |
315 | 317 | "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.", |
317 | 319 | "In `'group'` mode, bars are placed beside each other.", |
318 | 320 | ], |
319 | 321 | boxmode=[ |
|
0 commit comments