@@ -85,17 +85,17 @@ module.exports = {
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
87
'xbins.'
88
- ] . join ( ' ' )
88
+ ] . join ( ' ' )
89
89
} ,
90
90
nbinsx : {
91
91
valType : 'integer' ,
92
92
min : 0 ,
93
93
dflt : 0 ,
94
94
role : 'style' ,
95
95
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.'
99
99
] . join ( ' ' )
100
100
} ,
101
101
xbins : makeBinsAttr ( 'x' ) ,
@@ -105,10 +105,10 @@ module.exports = {
105
105
dflt : true ,
106
106
role : 'style' ,
107
107
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.'
112
112
] . join ( ' ' )
113
113
} ,
114
114
nbinsy : {
@@ -117,9 +117,9 @@ module.exports = {
117
117
dflt : 0 ,
118
118
role : 'style' ,
119
119
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.'
123
123
] . join ( ' ' )
124
124
} ,
125
125
ybins : makeBinsAttr ( 'y' ) ,
0 commit comments