-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
numpydoc set_size_inches docstring #15044
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
If forward is |
w : tuple of floats or float | ||
Width and height in inches (if height not specified as a separate | ||
argument) or width. | ||
h : float |
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.
h : float | |
h : float, optional |
Specifying the default here does not make lots of sense due to the weird interaction with w
.
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.
Modulo my two extra line comments.
It makes the docs better which is the merge criteria on docs ;)
flake8:
Edit: maybe we should install https://github.com/OrkoHunter/pep8speaks |
4eaecbc
to
b806987
Compare
n.b. I have no idea what the description for the
forward
argument really means, so if anyone has a better suggestion than what is present please let me know!