DOC Update semilogy docstring to numpy doc format#7035
DOC Update semilogy docstring to numpy doc format#7035NelleV merged 2 commits intomatplotlib:masterfrom
Conversation
|
This looks good! Thanks for the patch. @tacaswell This is ready for review (and for merge). |
|
There seems to be formatting problems in the PR I did not pick up in my first review. line 1611 W291 trailing whitespace |
| `matplotlib.axes.Axes.set_yscale` arguments. | ||
|
|
||
| .. seealso:: | ||
| %(Line2D)s |
There was a problem hiding this comment.
Line2D probably also needs to be updated to get this interpolation correct.
|
It appears you have not set the config for your git client. All your commits are attributed to "Your Name you@example.com", which is probably not what you want. |
|
I fixed the trailing whitespaces, but I can't figure out why there are still failing tests. |
|
Hi @JuliaSprenger |
|
The name on the first commit needs to be fixed. If you are not comfortable with rebasing before hand, we need to remember to do so before merging. |
|
I am not super concerned about semi-bogus names on commits. We have not been strict about that in the past and we do not have any need for strict contribution audits. |
|
It's fine if it used something unique from the computer or similar, but this is a generic name from git. It cannot be fixed by |
9a2ebbb to
e6a5b5b
Compare
|
I changed the name and email for the first commit using rebase. I hope nothing else changed, but it seems to work. |
|
Thanks! |
DOC Update semilogy docstring to numpy doc format
|
backported to v2.x as 873d393 |
|
Thanks @JuliaSprenger! Hopefully we will hear from you again soon. |

Hi Matplotlib Team,
here is an update of the semilogy docstring to the new numpy doc format.
Thanks!
Julia Sprenger
@NelleV