@@ -63,7 +63,7 @@ def test_simple_distplot(self):
63
63
self .assertEqual (dp ['layout' ], expected_dp_layout )
64
64
65
65
expected_dp_data_hist = {'autobinx' : False ,
66
- 'histnorm' : 'probability' ,
66
+ 'histnorm' : 'probability density ' ,
67
67
'legendgroup' : 'distplot' ,
68
68
'marker' : {'color' : 'rgb(31, 119, 180)' },
69
69
'name' : 'distplot' ,
@@ -120,7 +120,7 @@ def test_distplot_more_args(self):
120
120
self .assertEqual (dp ['layout' ], expected_dp_layout )
121
121
122
122
expected_dp_data_hist_1 = {'autobinx' : False ,
123
- 'histnorm' : 'probability' ,
123
+ 'histnorm' : 'probability density ' ,
124
124
'legendgroup' : '2012' ,
125
125
'marker' : {'color' : 'rgb(31, 119, 180)' },
126
126
'name' : '2012' ,
@@ -136,7 +136,7 @@ def test_distplot_more_args(self):
136
136
self .assertEqual (dp ['data' ][0 ], expected_dp_data_hist_1 )
137
137
138
138
expected_dp_data_hist_2 = {'autobinx' : False ,
139
- 'histnorm' : 'probability' ,
139
+ 'histnorm' : 'probability density ' ,
140
140
'legendgroup' : '2013' ,
141
141
'marker' : {'color' : 'rgb(255, 127, 14)' },
142
142
'name' : '2013' ,
@@ -165,7 +165,7 @@ def test_distplot_binsize_array(self):
165
165
bin_size = [.2 , .2 ])
166
166
167
167
expected_dp_data_hist_1 = {'autobinx' : False ,
168
- 'histnorm' : 'probability' ,
168
+ 'histnorm' : 'probability density ' ,
169
169
'legendgroup' : '2012' ,
170
170
'marker' : {'color' : 'rgb(31, 119, 180)' },
171
171
'name' : '2012' ,
@@ -181,7 +181,7 @@ def test_distplot_binsize_array(self):
181
181
self .assertEqual (dp ['data' ][0 ], expected_dp_data_hist_1 )
182
182
183
183
expected_dp_data_hist_2 = {'autobinx' : False ,
184
- 'histnorm' : 'probability' ,
184
+ 'histnorm' : 'probability density ' ,
185
185
'legendgroup' : '2013' ,
186
186
'marker' : {'color' : 'rgb(255, 127, 14)' },
187
187
'name' : '2013' ,
0 commit comments