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

Faster update of figures with Blit #14

Open
erwanp opened this issue Aug 15, 2021 · 0 comments
Open

Faster update of figures with Blit #14

erwanp opened this issue Aug 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@erwanp
Copy link
Member

erwanp commented Aug 15, 2021

Todo : implement "blit" : replace all fig.canvas.draw()

with draw of only the elements changed. This requires to first cache the background; and restore it.
See https://stackoverflow.com/questions/40126176/fast-live-plotting-in-matplotlib-pyplot

And also the implementation in Radis fitting (used in SpectrumFactory.fit_spectrum() )

@erwanp erwanp added the enhancement New feature or request label Aug 15, 2021
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