You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently observe all values below the "Do something" button and run the plotting routine. This leads to two things:
We always need to check whether we want to recompute or otherwise recompute all data
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
The text was updated successfully, but these errors were encountered:
We currently observe all values below the "Do something" button and run the plotting routine. This leads to two things:
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
The text was updated successfully, but these errors were encountered: