Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Description
Problem
I am really having a problem when I am trying to plot a 3D scatter plot with multiple points, and I need to look into a particular area to analyse it, but I am not able to zoom in on that point or cluster of points using the scroll wheel and need to use the magnifier that also creates some problem in zooming properly.
Proposed solution
Users would love a scroll wheel zoom because it works well in 2D plots, but implementing it in 3D plots can lack precision. So alternatively, we can use a Box Zoom, where we will draw a rectangle on that area, having areas and boundaries at the perfect points under which we need, and it will zoom to that particular area. This data-centric method provides unambiguous, precise zooming, perfectly framing the desired cluster for detailed inspection