@@ -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