Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d60e4f

Browse files
committed
added periods
1 parent e259d52 commit 4d60e4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/traces/histogram/attributes.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
8484
'Determines whether or not the x axis bin attributes are picked',
8585
'by an algorithm. Note that this should be set to false if you',
8686
'want to manually set the number of bins using the attributes in',
87-
'xbins'
87+
'xbins.'
8888
].join(' ')
8989
},
9090
nbinsx: {
@@ -95,7 +95,7 @@ module.exports = {
9595
description: [
9696
'Specifies the maximum number of desired bins. This value will be used',
9797
'in an algorithm that will decide the optimal bin size such that the',
98-
'histogram best visualizes the distribution of the data'
98+
'histogram best visualizes the distribution of the data.'
9999
]
100100
},
101101
xbins: makeBinsAttr('x'),
@@ -108,7 +108,7 @@ module.exports = {
108108
'Determines whether or not the y axis bin attributes are picked',
109109
'by an algorithm. Note that this should be set to false if you',
110110
'want to manually set the number of bins using the attributes in',
111-
'ybins'
111+
'ybins.'
112112
].join(' ')
113113
},
114114
nbinsy: {
@@ -119,7 +119,7 @@ module.exports = {
119119
description: [
120120
'Specifies the maximum number of desired bins. This value will be used',
121121
'in an algorithm that will decide the optimal bin size such that the',
122-
'histogram best visualizes the distribution of the data'
122+
'histogram best visualizes the distribution of the data.'
123123
]
124124
},
125125
ybins: makeBinsAttr('y'),

0 commit comments

Comments
 (0)