You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the dataframe has values outside the min1, max1, etc bounds, histogram2d will try to put these values into the output array but that will result in out-of-bounds errors.
The text was updated successfully, but these errors were encountered:
I've pushed a branch issue12_histogram which fixes this and switches to using integers for bins. There were some weird effects where certain columns or rows had all zeros, I'm guessing due to some rounding issues.
If the dataframe has values outside the min1, max1, etc bounds, histogram2d will try to put these values into the output array but that will result in out-of-bounds errors.
The text was updated successfully, but these errors were encountered: