Click on scatter plot markers to collect items?

I am using python (plotly.py) and dash for a dashboard. I would like the user to be able to click on a marker in a scatter plot and then collect the items s/he had clicked on. For example, to flag outliers.

I wonder if that is possible just with the tools that I use, or whether I would have to program my own callbacks in javascript?

1 Like