I’m using Plotly scatterplot inside R shiny. I tried to use the box/lasso selection tool to select points and fit the selected points to other analyses. However, the selected areas are not so distinct from other points merely by color? Does plotly have the function to fill the selected area with some color and opacity?
I tried to inspect the generated Rshiny HTML, I was able to identify that we need to style the element “select-count”. However, this element only appear after we actually made the selection, which results in that I couldn’t grab the element in the first place.