Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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, |
QuLogic commentedSep 6, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
It appears you have notset the config for your git client. All your commits are attributed to "Your Nameyou@example.com", 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 viaf4152ce. |
Hello matplotlib!
We have updated the documentation for the semilogx function to numpydoc.
Pavel Soriano & Dorieke Grijseels
@NelleV