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

Pcolormesh is slow: add an imshow optimized branch for linspace bins #392

Open
nvaytet opened this issue Nov 19, 2024 · 0 comments · May be fixed by #393
Open

Pcolormesh is slow: add an imshow optimized branch for linspace bins #392

nvaytet opened this issue Nov 19, 2024 · 0 comments · May be fixed by #393
Labels
enhancement New feature or request

Comments

@nvaytet
Copy link
Member

nvaytet commented Nov 19, 2024

We are using Matplotlib's pcolormesh to plot all images.
Updating colors on the mesh at a high rate is difficult.

We should add an optimized branch in the Image class that uses imshow if the bins of the data are linspace.

@nvaytet nvaytet added the enhancement New feature or request label Nov 19, 2024
@nvaytet nvaytet moved this from Triage to Selected in Development Board Nov 19, 2024
@nvaytet nvaytet linked a pull request Nov 19, 2024 that will close this issue
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
Status: Selected
Development

Successfully merging a pull request may close this issue.

1 participant