Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef8a61 commit 8d18c16Copy full SHA for 8d18c16
src/traces/box/attributes.js
@@ -100,7 +100,12 @@ module.exports = {
100
role: 'style',
101
editType: 'calc',
102
description: [
103
- 'Determines whether or not notches should be drawn.'
+ 'Determines whether or not notches are drawn.',
104
+ 'Notches displays a confidence interval around the median.',
105
+ 'We compute the confidence interval as median +/- 1.57 / IQR * sqrt(N),',
106
+ 'where IQR is the interquartile range and N is the sample size.',
107
+ 'If two boxes\' notches do not overlap there is 95% confidence their medians differ.',
108
+ 'See https://sites.google.com/site/davidsstatistics/home/notched-box-plots for more info.'
109
].join(' ')
110
},
111
notchwidth: {
0 commit comments