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

Add non-interactive versions of interactive plots #53

Open
mbelak-dtml opened this issue Aug 4, 2023 · 0 comments
Open

Add non-interactive versions of interactive plots #53

mbelak-dtml opened this issue Aug 4, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers P-2-MEDIUM Medium priority

Comments

@mbelak-dtml
Copy link
Collaborator

Interactive plots in plotly tend to use a lot of memory.
Add non-interactive versions of some of the more intensive plots.
Choose the interactive/non-interactive heuristically by default (by number of displayed of points), allow to override it.
Typical example: PCA/UMAP scatter (there is already a non-interactive plotting function, it's just not used there).

@mbelak-dtml mbelak-dtml added the enhancement New feature or request label Aug 4, 2023
@mbelak-dtml mbelak-dtml added the P-2-MEDIUM Medium priority label Aug 17, 2023
@mbelak-dtml mbelak-dtml added the good first issue Good for newcomers label Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers P-2-MEDIUM Medium priority
Development

No branches or pull requests

1 participant