Show preselected data points on a scatter plot in dash

Hi @mac0, I think your question is similar to Set selecteddata programatically. In a nutshell, selectedData is read-only but selectedpoints is read/write. An example is given in the “Generic Crossfilter Recipe” example of https://dash.plot.ly/interactive-graphing.