-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Allow changing the vertical axis in 3d plots #19873
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
Merged
QuLogic
merged 39 commits into
matplotlib:master
from
Illviljan:Illviljan-vertical_axis
May 25, 2021
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
161922a
allow changing the vertical axis
Illviljan 0888c7b
change aspect to follow vertical axis,
Illviljan 0f540ff
Merge branch 'master' into Illviljan-vertical_axis
Illviljan 3eeb721
add projection test
Illviljan dfbc2a1
Update axes3d.py
Illviljan 1f11e21
Update test_mplot3d.py
Illviljan 1064a95
axis lines behaves the same as default
Illviljan d4cd9e3
Merge branch 'master' into Illviljan-vertical_axis
Illviljan 6d4c65d
Update axis3d.py
Illviljan e95bfde
Rotate ticks correctly.
Illviljan b63a6fa
Merge branch 'master' into Illviljan-vertical_axis
Illviljan 01228e9
undo comments for unchanged code
Illviljan e1b4350
generalize slightly
Illviljan 7ebdd53
add tickdir test
Illviljan ab21e01
Update lib/mpl_toolkits/mplot3d/axes3d.py
Illviljan 1e9adfb
Update axes3d.py
Illviljan 6720642
Merge branch 'master' into Illviljan-vertical_axis
Illviljan 96d6627
move func to method
Illviljan f21ed99
Update lib/mpl_toolkits/mplot3d/axes3d.py
Illviljan e2beca0
Update lib/mpl_toolkits/mplot3d/axes3d.py
Illviljan 812b9cd
Update lib/mpl_toolkits/tests/test_mplot3d.py
Illviljan 79a6151
Update lib/mpl_toolkits/mplot3d/axis3d.py
Illviljan 59c40b8
Update lib/mpl_toolkits/mplot3d/axes3d.py
Illviljan 8f67e1c
Update lib/mpl_toolkits/mplot3d/axes3d.py
Illviljan 008d125
docstring styling
Illviljan f7e4516
Add test for axis lines.
Illviljan 03b7b26
Update axis3d.py
Illviljan bb4d0a1
Merge branch 'master' into Illviljan-vertical_axis
Illviljan 9cdc269
Merge branch 'master' into Illviljan-vertical_axis
Illviljan 8553eff
Add whats new
Illviljan 5b098fb
filename typo
Illviljan d9b48c0
Update lib/mpl_toolkits/mplot3d/axis3d.py
Illviljan 2966352
Update lib/mpl_toolkits/tests/test_mplot3d.py
Illviljan d6e0084
Update lib/mpl_toolkits/mplot3d/axes3d.py
Illviljan 3107928
Update lib/mpl_toolkits/mplot3d/axis3d.py
Illviljan 2bc84f2
Use _api.check_getitem
Illviljan b9d4d41
Merge branch 'master' into Illviljan-vertical_axis
Illviljan 4f572de
Update lib/mpl_toolkits/tests/test_mplot3d.py
Illviljan d81435e
Update lib/mpl_toolkits/tests/test_mplot3d.py
Illviljan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
doc/users/next_whats_new/allow_changing_the_vertical_axis_in_3d_plots.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Allow changing the vertical axis in 3d plots | ||
---------------------------------------------- | ||
|
||
`~mpl_toolkits.mplot3d.axes3d.Axes3D.view_init` now has the parameter | ||
*vertical_axis* which allows switching which axis is aligned vertically. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.