@@ -84,7 +84,7 @@ module.exports = {
84
84
'Determines whether or not the x axis bin attributes are picked' ,
85
85
'by an algorithm. Note that this should be set to false if you' ,
86
86
'want to manually set the number of bins using the attributes in' ,
87
- 'xbins'
87
+ 'xbins. '
88
88
] . join ( ' ' )
89
89
} ,
90
90
nbinsx : {
@@ -95,7 +95,7 @@ module.exports = {
95
95
description : [
96
96
'Specifies the maximum number of desired bins. This value will be used' ,
97
97
'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. '
99
99
]
100
100
} ,
101
101
xbins : makeBinsAttr ( 'x' ) ,
@@ -108,7 +108,7 @@ module.exports = {
108
108
'Determines whether or not the y axis bin attributes are picked' ,
109
109
'by an algorithm. Note that this should be set to false if you' ,
110
110
'want to manually set the number of bins using the attributes in' ,
111
- 'ybins'
111
+ 'ybins. '
112
112
] . join ( ' ' )
113
113
} ,
114
114
nbinsy : {
@@ -119,7 +119,7 @@ module.exports = {
119
119
description : [
120
120
'Specifies the maximum number of desired bins. This value will be used' ,
121
121
'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. '
123
123
]
124
124
} ,
125
125
ybins : makeBinsAttr ( 'y' ) ,
0 commit comments