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
I have large data sets, which have a fat tail, i.e. looks like having an outlier.
I use scattergl aiming for fast zooming. As shown in https://plotly.com/javascript/webgl-vs-svg
or in the example below, one million points can be done. However, if one point is set as an outlier, then zooming becomes very
slow. I don't understand this, and spent quite some time to pin down the problem.
Thanks for looking into the issue and the hover hint.
When setting hovermode: false in layout, then the zoom speed feels similar both cases. That helps for now.
I have large data sets, which have a fat tail, i.e. looks like having an outlier.
I use
scattergl
aiming for fast zooming. As shown in https://plotly.com/javascript/webgl-vs-svgor in the example below, one million points can be done. However, if one point is set as an outlier, then zooming becomes very
slow. I don't understand this, and spent quite some time to pin down the problem.
https://jsfiddle.net/fasmu943
The text was updated successfully, but these errors were encountered: