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

Use numpy to build faster histogram plots #172

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

inisis
Copy link

@inisis inisis commented May 19, 2023

Thanks for your wonderful project. When I use hist plot, it's very slow when data is large, we can use numpy to accelarate plot.

@piccolomo
Copy link
Owner

piccolomo commented Aug 12, 2023

Hi @inisis, sorry for being so late!

it is a good idea, but I am trying have plotext have 0 dependencies in its basic form.

Is there any way that the function hist_data() could be made faster without numpy's help? Perhaps with a Counter object?

Thank you,
Savino

@piccolomo piccolomo changed the title using numpy to accelerate histogram Use numpy to build faster histogram plots Aug 12, 2023
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

Successfully merging this pull request may close these issues.

3 participants