-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Register 3d projection by default. #13520
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
Conversation
@@ -70,3 +73,7 @@ def get_projection_names(): | |||
Get a list of acceptable projection names. | |||
""" | |||
return projection_registry.get_projection_names() | |||
|
|||
|
|||
# Register Axes3D. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think we need this any more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, indeed, fixed
Now that we always install mpl_toolkits, we may as well always register mplot3d and save an "apparently unused" import for the users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If tests and docs work.
they passed |
Worth a backport to |
Examining the output of |
Now that we always install mpl_toolkits (#12317), we may as well always register
mplot3d and save an "apparently unused" import for the users (#12249).
PR Summary
PR Checklist