-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Document rasterized parameter in pcolormesh() explicitly #18956
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
Update _axes.py to include mentions of rasterization within pcolormesh fixes matplotlib#17708
Please check the flake8 errors and fix them. |
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.
Adding flake8 changes
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.
Fixing according to flake8 standards.
All checks have passed @timhoffm |
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.
Thanks, but don't know that this deserves a hint at the beginning, though linking the rasterization demo is nice.
Co-authored-by: Jody Klymak <[email protected]>
Co-authored-by: Jody Klymak <[email protected]>
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.
Need to change for flake8 standards.
Please give your PRs more descriptive titles in the future. |
Thanks, and congratulations on your first contribution to Matplotlib. We hope to see you again. |
It was great to meet you at pydata @philip-sparks ! |
Thank you @tacaswell @timhoffm , my first open source contribution! And it will not be my last. |
Update _axes.py to include mentions of rasterization within pcolormesh fixes #17708
PyData sprint contribution to enhance the documentation of rasterization within the pcolormesh function.