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

MatPlot updating plots in JupyterLab are unresponsive #106

Open
maij opened this issue Oct 11, 2020 · 0 comments
Open

MatPlot updating plots in JupyterLab are unresponsive #106

maij opened this issue Oct 11, 2020 · 0 comments
Labels

Comments

@maij
Copy link
Collaborator

maij commented Oct 11, 2020

This has been a persistent problem since using Jupyter notebooks, but it's become considerably worse since moving to JupyterLab.
The main problems are:

  • Plots go blank while updating
  • Plots display half rendered images while updating
  • Plots don't finish displaying contents before update is called again
  • These issues are exacerbated by any type of mouse interaction, even if you mouse-over the plot accidentally.

One quick fix for slower PCs is to increase the update interval, but I think disabling the updater thread until the update routine is completely finished would be ideal. I'm not sure if you can pass a callback function down the chain to the updated but that would be a nice solution if possible.

@maij maij added the bug label Oct 12, 2020
@maij maij changed the title MatPlot updating plots in JupyterLab is unbearable MatPlot updating plots in JupyterLab are unresponsive Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant