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

Inefficient Plotly usage #446

Open
PaulJonasJost opened this issue Jan 30, 2025 · 0 comments
Open

Inefficient Plotly usage #446

PaulJonasJost opened this issue Jan 30, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@PaulJonasJost
Copy link
Collaborator

We currently observe all values below the "Do something" button and run the plotting routine. This leads to two things:

  1. We always need to check whether we want to recompute or otherwise recompute all data
  2. We need to rerender the complete plot.

This leads to cluttered up observe{} with various degrees of workaround to prevent recomputation and absolutely unusable interactive plots for large ones (e.g. Volcanos, probably heatmaps as well).

Suggested Solution:
Jst as in #440 we can observe singular changes and use a plotlyproxy to just change layout/design

@PaulJonasJost PaulJonasJost added the enhancement New feature or request label Jan 30, 2025
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