I saw a few R apps that use the lasso select tool to generate additional plots.
IE in Kyle Walkers latest application:
# Drag event for the scatterplot; will grab tractids of selected points
sub <- reactive({
eventdata <- event_data('plotly_selected', source = 'source')
...
Is there a way to do this in Python too?
Can’t find any docs or examples on the topic