Hi, I noticed that when running pn.ggplot(df, pn.aes(x="x, weight="w")) + pn.geom_density() the density is ignored.
I am using plotnine version 0.6.0.
I validated the difference by running df.reindex(df.index.repeat(df["w"])) and plotting this without the weight argument.
Hi, I noticed that when running
pn.ggplot(df, pn.aes(x="x, weight="w")) + pn.geom_density()the density is ignored.I am using plotnine version 0.6.0.
I validated the difference by running
df.reindex(df.index.repeat(df["w"]))and plotting this without the weight argument.