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
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.
The text was updated successfully, but these errors were encountered:
etpinard
changed the title
Scattergl box/lasso selection shows only the last added trace
Scattergl box/lasso selection on broken multi-y-axis subplots
Jul 10, 2018
- no longer need _module.styleOnSelect!
- selections on overlaid subplots now work!
- remove clearViewport (for now), we could bring it back
again to optimize selections on disjoint subplots.
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.
The text was updated successfully, but these errors were encountered: