Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"By" Column Is Not Properly Removed #57

Closed
r0f1 opened this issue Apr 1, 2021 · 1 comment
Closed

"By" Column Is Not Properly Removed #57

r0f1 opened this issue Apr 1, 2021 · 1 comment

Comments

@r0f1
Copy link

r0f1 commented Apr 1, 2021

I created a column key to print different groups of my dataset. However, the key is still present in the histograms (orange bars).

import joypy
from sklearn.datasets import load_iris

df = load_iris(as_frame=True).data
df["key"] = df.index % 3
df = df[["sepal length (cm)", "key"]]
_ = joypy.joyplot(df, by="key", hist=True)

image

@r0f1 r0f1 changed the title "By" Columns Is Not Properly Removed "By" Column Is Not Properly Removed Apr 1, 2021
@leotac
Copy link
Owner

leotac commented Apr 2, 2021

Indeed it looks like a bug. Let me fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants