Open
Description
When using Scatter3D, sometimes if the plot is restyled while it is in a zoomed state, the zoom level is spontaneously changed; sometimes a little, sometimes a lot.
To reproduce:
- Visit this codepen: https://codepen.io/k_sze/pen/WXgNoJ
- Zoom the plot a little bit using your mouse wheel; You can zoom in or out;
- Open codepen's console and run the
restyle()
function; - Watch the plot's zoom level get changed spontaneously.
You may need to repeat steps 2 and 3 a few times.