-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC Update description of ax.contour method, resolves #21310 #21321
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
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 think it would be better to have something like
See `~matplotlib.axes.Axes.contour` for acceptable data shapes.
instead, as then we don't have to duplicate descriptions of the allowed data shapes across different methods.
Thanks @dstansby agree with you. I also added links to |
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 a lot!
Thanks @dstansby for tips & review! Very appreciate your input |
DOC Update description of ax.contour method, resolves matplotlib#21310
DOC Update description of ax.contour method, resolves #21310
PR Summary
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).