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

Converting data for use in a binned plot is slow #2

Open
0xTiger opened this issue Dec 29, 2019 · 0 comments
Open

Converting data for use in a binned plot is slow #2

0xTiger opened this issue Dec 29, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@0xTiger
Copy link
Owner

0xTiger commented Dec 29, 2019

pltdata.append(flatten([[k]*v[id] for k,v in layers.items() if id in v]))

Requiring that ints are converted to arrays in order to fit them into bins to generate a violin plot is very slow. Is there a faster way to plot a violin plot, maybe making use of fillbetween?

@0xTiger 0xTiger added the enhancement New feature or request label Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant