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
Hey, I was hoping to use plotnine to make a weighted histogram, but it looks like the weight aesthetic isn't working right. This may be related to pandas' shift to returning read-only numpy arrays -- you may be missing an explicit copy.
Hey, I was hoping to use plotnine to make a weighted histogram, but it looks like the
weight
aesthetic isn't working right. This may be related to pandas' shift to returning read-only numpy arrays -- you may be missing an explicit copy.Given:
Expected:
A histogram with ten bins, starting low and getting higher from left to right
Actual:
The text was updated successfully, but these errors were encountered: