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
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
Would it be possible to extract data selected in a Bokeh scatter plot back into Python? For example, I have a scatter plot, I select a small subset of the points and they are returned as an array with their x and y positions,a s well as any other indices they might have?
If it's not possible now, is there any chance you might add support for something like this in the future?
Cheers!
The text was updated successfully, but these errors were encountered:
I'm not sure why you speak about Python, since this repo is for rbokeh, the R version of bokeh.
If you work with bokeh in Python, you should have a look at callbacks here.
In R, callbacks are possible in Shiny applications. See here and here.
Hey,
Would it be possible to extract data selected in a Bokeh scatter plot back into Python? For example, I have a scatter plot, I select a small subset of the points and they are returned as an array with their x and y positions,a s well as any other indices they might have?
If it's not possible now, is there any chance you might add support for something like this in the future?
Cheers!
The text was updated successfully, but these errors were encountered: