-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add pcolormesh plotting operator #787
Conversation
092ac7c
to
8408216
Compare
db56723
to
7456443
Compare
08e2cef
to
2a41c17
Compare
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.
I wondered given the only difference between these new functions and existing contourf is the iris method, whether existing functions could just be passed 'contourf' or 'pcolormesh' as an argument? Saves duplication of very similar functions
2a41c17
to
96276ae
Compare
Also test transect plotting. Fixes #779
4147e52
to
5ef7f9a
Compare
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.
Great to see code refactored, minor comment regarding method name
It is significantly faster than contourf, and gives a better idea of resolution.
Contribution checklist
Aim to have all relevant checks ticked off before merging. See the developer's guide for more detail.
GitHub Copilot was used in this PR.