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
and should be easily solvable by wrapping it in is True:
and (estimate_kws["bins"] == "auto") is True
The text was updated successfully, but these errors were encountered:
kosiokarchev
changed the title
Error for histplot with weights and explicit bins
Error for histplot with weights and explicit bins as numpy array
Dec 13, 2024
When I try to make a
histplot
with weights and explicitly provided bin edges as a numpy array, e.g.:I get the error
It arises in this line:
seaborn/seaborn/distributions.py
Line 404 in b4e5f8d
and should be easily solvable by wrapping it in
is True
:The text was updated successfully, but these errors were encountered: