dataframe corresponding to brushed segment of a plotly scatterplot
This is more of a python question, but is there a way to return dataframe corresponding to brushed segment of a plotly scatterplot? Similar to altair.
- @Mustjaab
Solution:Jump to solution
@Mustjaab , you should be able to do something like
```python
import plotly.express as px
import marimo as mo...
1 Reply
Solution
@Mustjaab , you should be able to do something like