Skip to content

Commit 8d18c16

Browse files
committed
improve notched attr description
1 parent 5ef8a61 commit 8d18c16

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/traces/box/attributes.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,12 @@ module.exports = {
100100
role: 'style',
101101
editType: 'calc',
102102
description: [
103-
'Determines whether or not notches should be drawn.'
103+
'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.'
104109
].join(' ')
105110
},
106111
notchwidth: {

0 commit comments

Comments
 (0)