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

Bad performance on plots with [tbd] scatter points #4

Open
yyyxam opened this issue Dec 29, 2023 · 1 comment
Open

Bad performance on plots with [tbd] scatter points #4

yyyxam opened this issue Dec 29, 2023 · 1 comment

Comments

@yyyxam
Copy link
Collaborator

yyyxam commented Dec 29, 2023

Lags on interaction with the plot, if (a number that's to be determined) scatter points are rendered. F.e. after running BE16.vasp.
Cold be plotly's limitations, could also be webGL not / the GPU not being used

@yyyxam
Copy link
Collaborator Author

yyyxam commented Dec 29, 2023

Running the App without GPU makes camera-movement laggy too.
Running on a system with GPU, the visualization is running smoothly, but using tools is slow (filtering of big dataframes).
It's most likely not the filtering itself that is slow, but the data transfer while filtering (whole dataframe is being transferred over network on every slider tick). Clientside Callback could be the solution, but doesn't allow Patching of the Figure, which was a big performance boost

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

1 participant