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 and Remove data from BokehPlotPane and DeckglPlotPane #35

Open
lmcinnes opened this issue Oct 16, 2023 · 0 comments
Open

Add and Remove data from BokehPlotPane and DeckglPlotPane #35

lmcinnes opened this issue Oct 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lmcinnes
Copy link
Contributor

It would be useful to be able to do en masse updates of plot panes. For example, if a user subselects some data, runs UMAP of the subset and wants to have the plot update to just that subset and new layout. The catch is that we need to handle all the things like size, apparent size, color etc. that are encoded into the javascript side info for the plot panes.

In essence this involves exposing a DataFrame param that contains all the data for rendering the PlotPane elements. This might be possible by expanding upon the dataframe property and turning it into a param.

@lmcinnes lmcinnes added the enhancement New feature or request label Oct 16, 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
Projects
None yet
Development

No branches or pull requests

1 participant