@@ -85,17 +85,17 @@ module.exports = {
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' ,
8787 'xbins.'
88- ] . join ( ' ' )
88+ ] . join ( ' ' )
8989 } ,
9090 nbinsx : {
9191 valType : 'integer' ,
9292 min : 0 ,
9393 dflt : 0 ,
9494 role : 'style' ,
9595 description : [
96- 'Specifies the maximum number of desired bins. This value will be used' ,
97- 'in an algorithm that will decide the optimal bin size such that the' ,
98- 'histogram best visualizes the distribution of the data.'
96+ 'Specifies the maximum number of desired bins. This value will be used' ,
97+ 'in an algorithm that will decide the optimal bin size such that the' ,
98+ 'histogram best visualizes the distribution of the data.'
9999 ] . join ( ' ' )
100100 } ,
101101 xbins : makeBinsAttr ( 'x' ) ,
@@ -105,10 +105,10 @@ module.exports = {
105105 dflt : true ,
106106 role : 'style' ,
107107 description : [
108- 'Determines whether or not the y axis bin attributes are picked' ,
109- 'by an algorithm. Note that this should be set to false if you' ,
110- 'want to manually set the number of bins using the attributes in' ,
111- 'ybins.'
108+ 'Determines whether or not the y axis bin attributes are picked' ,
109+ 'by an algorithm. Note that this should be set to false if you' ,
110+ 'want to manually set the number of bins using the attributes in' ,
111+ 'ybins.'
112112 ] . join ( ' ' )
113113 } ,
114114 nbinsy : {
@@ -117,9 +117,9 @@ module.exports = {
117117 dflt : 0 ,
118118 role : 'style' ,
119119 description : [
120- 'Specifies the maximum number of desired bins. This value will be used' ,
121- 'in an algorithm that will decide the optimal bin size such that the' ,
122- 'histogram best visualizes the distribution of the data.'
120+ 'Specifies the maximum number of desired bins. This value will be used' ,
121+ 'in an algorithm that will decide the optimal bin size such that the' ,
122+ 'histogram best visualizes the distribution of the data.'
123123 ] . join ( ' ' )
124124 } ,
125125 ybins : makeBinsAttr ( 'y' ) ,
0 commit comments