Closed
Description
https://codepen.io/anon/pen/BPaQOe?editors=1010
If you try to select some points with lasso or box selection only the last added trace is visible.
The "autoscale" buttons fix the visualization problem until a new selection is made.
I dont have a deep knowledge of ploty and I am not able to investigate further. But from what i was able to see seems that with the autoscale the redraw of each subplot is in sync, instead with the selection the redraw of each subplot is async and only the last one is redrawed.
Thanks for your time guys.