-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Surface plots #5101
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
Merged
Surface plots #5101
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
3ad10d9
Use broadcast_like for 2d plot coordinates
johnomotani 17151d1
Update whats-new
johnomotani 38220a6
Implement 'surface()' plot function
johnomotani 0ce6941
Make surface plots work with facet grids
johnomotani c7dbdf1
Unit tests for surface plot
johnomotani bc0c85a
Minor fixes for surface plots
johnomotani d31e193
Add surface plots to api.rst and api-hidden.rst
johnomotani 7acce7e
Update whats-new
johnomotani 1e4ff18
Fix tests
johnomotani e12b7ce
mypy fix
johnomotani 266bd4a
seaborn doesn't work with matplotlib 3d toolkit
johnomotani e3de64f
Remove cfdatetime surface plot test
johnomotani 82c708e
Ignore type checks for mpl_toolkits module
johnomotani f27aa45
Check matplotlib version is new enough for surface plots
johnomotani b0a1f40
version check requires matplotlib
johnomotani e592e5e
Handle matplotlib not installed for TestSurface version check
johnomotani 43a51e9
fix flake8 error
johnomotani ea43177
Don't run test_plot_transposed_nondim_coord for surface plots
johnomotani 648e13b
Apply suggestions from code review
johnomotani 313daf0
More suggestions from code review
johnomotani a566744
black
johnomotani 817d305
isort and flake8
johnomotani 99459cc
Make surface plots more backward compatible
johnomotani f86f76d
Clean up matplotlib requirement
johnomotani 7b6f470
Update xarray/plot/plot.py
johnomotani efdc140
Merge branch 'master' into surface-plots
johnomotani 518110c
Apply suggestions from code review
johnomotani 84b3e6d
Use None as default value
johnomotani 08b9117
black
johnomotani c964848
More 2D plotting method examples in docs
johnomotani 50152b3
Fix docs
johnomotani 4831b8b
[skip-ci] Make example surface plot look a bit nicer
johnomotani cf9c49a
Merge branch 'master' into surface-plots
mathause 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
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
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
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
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.