Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Share elevation and azimut with other axes#17442
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Just like sharex, sharez et al. enable syncing the view among axes, it should be possible to sync azimut and elevation as well. My primary application of this is displaying an interactive stereoscopic (cross-eye) view of 3D plots: 2 Axes3D with the same data are put side-by-side with a difference in azimuth of ~3 degree.
Sorry it seems nobody touched this in a while. I'm not too sure that tying elevation and azimuth to whether the z axis is shared is the right way to go. A shared view angle should probably be separately tracked. You will also need to fix the flake8 errors. |
Replaced by#25821. Thank you for your initial work on this@tophensen. |
Just like sharex, sharez et al. enable syncing the view among axes, it should be possible to sync azimuth and elevation of Axes3D as well.
My primary application of this is displaying an interactive stereoscopic (cross-eye) view of 3D plots: 2 Axes3D with the same data are put side-by-side with a difference in azimuth of ~3 degree.