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

performance of widget #6

Open
marscher opened this issue Mar 8, 2017 · 3 comments
Open

performance of widget #6

marscher opened this issue Mar 8, 2017 · 3 comments

Comments

@marscher
Copy link
Member

marscher commented Mar 8, 2017

I just noticed, that the callbacks for updating the widgets are executed for every movement of the mouse in the free energy landscape plot, no matter if the position is actually committed by click. This leads to degraded performance (maybe I should buy new hardware too).
It should be possible to update only if something is really changed and we need to recompute/redraw.

@gph82
Copy link
Collaborator

gph82 commented Mar 9, 2017

Hi! There are many performance issues bugging me as well. I'm not very familiar with the %notebook backend for matplotlib, but I think that this is coming from the fact that by default it shows the pointer position as (x,y) double on the bottom of the plots, so it's redrawing everytime. We can look into this, but I would not wait for this for the release. let's leave this open

@marscher
Copy link
Member Author

marscher commented Mar 9, 2017

Maybe one can disable this "show position" feature.

@gph82
Copy link
Collaborator

gph82 commented Mar 9, 2017 via email

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