Skip to content
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

3D plots shared view angles #25821

Merged
merged 1 commit into from May 8, 2023

Conversation

scottshambaugh
Copy link
Contributor

PR summary

Replaces #17442
Closes #11181

3D axes can now be rotated together! Here's a video of the plots from the new baseline image being interacted with:

2023-05-05.09-39-28.mp4

PR checklist

Copy link
Member

@WeatherGod WeatherGod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is super awesome! I can't believe I never thought of adding this feature since I use sharex/sharey all the time for other things.

My only concern is how to make this feature more visible at the top level functions like plt.subplots() and such.

@scottshambaugh
Copy link
Contributor Author

scottshambaugh commented May 5, 2023

@WeatherGod I think we should handle that in a separate PR, since I've got some questions about using sharez and shareview in that interface. Got this issue to track it, would appreciate your input! #25822

lib/mpl_toolkits/mplot3d/axes3d.py Outdated Show resolved Hide resolved
lib/mpl_toolkits/mplot3d/tests/test_axes3d.py Outdated Show resolved Hide resolved
@QuLogic QuLogic merged commit efd66d4 into matplotlib:main May 8, 2023
37 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature request] multiple 3d plots with tied viewing angles
4 participants