-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Minor doc markup fixes. #9262
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
Minor doc markup fixes. #9262
Conversation
5df3742
to
9ec6822
Compare
dd4fb34
to
de5f1c4
Compare
rebase and force-pushed to pick up corrected circle config |
lib/matplotlib/ticker.py
Outdated
|
||
:class:`LogLocator` | ||
logarithmically ticks from min to max | ||
Logarithmically ticks from min to max. |
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.
"Logarithmically spaced"?
lib/matplotlib/ticker.py
Outdated
|
||
:class:`OldAutoLocator` | ||
choose a MultipleLocator and dyamically reassign it for | ||
intelligent ticking during navigation | ||
Choose a `MultipleLocator` and dyamically reassign it for intelligent |
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.
"dyamically" -> "dynamically".
6b478b1
to
9c7ac58
Compare
fyi @anntzer I force pushed to your branch a couple of times |
Needs a rebase, but looks good to me |
There is a Text class in dviread as well.
9c7ac58
to
d41e963
Compare
done |
Backport PR #9262 on branch v2.1.x
This should finish closing #7205.
Also note the funny typo previously in the docs of the
minor
kwarg...PR Summary
PR Checklist