You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should have something to do with the way I retrieve selected dots from plotly figure. I was using (x, y) coordinates. This is problematic when multiple dots have the same (x, y). Two ways to solve this:
add a very small random jitter to (x, y), like I did in ephys unit selector.
(better) use curveNumber and pointNumber, like I did in AutoTrain manager.
Multi-select dots in plotly plot caused this error:
link
The text was updated successfully, but these errors were encountered: