Commit cc55b33
committed
FIX: if bins input to hist is str, treat like no bins
This change causes the range of all data sets to be computed and
passed to numpy (which in turn uses the total range to compute the
'best' bins).
The existing code 'latches' the bins from the first data set to use
for the rest so this is can still lead to poor binning (if the data
sets are widely different).
closes #86361 parent f0ccf7e commit cc55b33
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6044 | 6044 | | |
6045 | 6045 | | |
6046 | 6046 | | |
6047 | | - | |
| 6047 | + | |
| 6048 | + | |
| 6049 | + | |
6048 | 6050 | | |
6049 | 6051 | | |
6050 | 6052 | | |
| |||
0 commit comments