-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC Replaced documentation with numpydoc for semilogx #7031
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
`~matplotlib.pyplot.plot` | ||
Log-scaled plot on the *x* axis. | ||
|
||
Other Parameters |
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 there is a slight indentation problem here. The bottom "---" don't start at the correct place.
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.
It's actually fine. my mistake
Hello! Your changes unfortunately contain tabs. The tests don't pass, and it also messes the sphinx rendering. Cheers, |
It appears you have not set the config for your git client. All your commits are attributed to "Your Name [email protected]", which is probably not what you want. |
Log-scaled plot on the *x* axis. | ||
|
||
Other Parameters | ||
---------------- | ||
:class:`~matplotlib.lines.Line2D` properties: | ||
|
||
%(Line2D)s |
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.
Line2D
will need to be updated in order for this interpolation to work correctly.
Wohoo! The tests pass! |
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.
@DoriekeMG Are you okay with the commits using your GitHub username instead of your real name?
Note that the comments I've left here have already been handled, but GitHub doesn't have a "Mark Resolved" button for comments. |
DOC Replaced documentation with numpydoc for semilogx
Backported to v2.x via f4152ce. |
Hello matplotlib!
We have updated the documentation for the semilogx function to numpydoc.
Pavel Soriano & Dorieke Grijseels
@NelleV