-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gl3d orthographic zoom using modebar button #4239
Comments
Thanks very much posting @colinbrownec Here's a gif showing the current mouse-drag behaviour under |
The #4292 PR fixed relayouting issue related to |
Hmm. I'm not sure adding a new modebar buttons is the way to go in the short term. The gl3d modebar is already pretty cluttered. |
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson |
When viewing a 3d plot with the orthographic projection, you can zoom with the scroll wheel, but using the modebar zoom button causes the camera to clip the graph.
From previous discussions about orthographic zooming (#3588) and a merge fixing scroll wheel zooming (#3601) seem to imply this behavior is intentional.
I want to submit this behavior as a bug for the following reasons.
I am including the codepen from 3601 and have updated plotly to use plotly-latest.js
The text was updated successfully, but these errors were encountered: