-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Allow setting default AutoMinorLocator #18715
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
Is there anyone to review? |
overall this looks great, just a couple of nitpicks. Please continue ping us if no one follows up... |
Very nice. We need a second review, so again don't hesitate to ping if no one gets to it in a couple of days. |
@QuLogic is it fine now, or I have to update or add something else? |
This looks good, but one thing I should have asked earlier; can you add a What's new? entry for this? |
Ping? |
Here I am, I forgot about this :) Will add the documentation soon. |
Ping again? We'd like to make 3.4 soonish, this month or so. |
Lets move to 3.5. If we hear from the author in the next day or so we can move back... |
0b0bab5
to
970938b
Compare
I've rebased and added a what's new note; might want to squash to fewer commits later. |
Thank you @IlievskiV , congratulations on your first merged Matplotib PR 🎉 and apologies this took so long to make it through the review process. I hope we hear from you again. |
Fixes matplotlib#14233 Co-authored-by: Vladimir <[email protected]> Co-authored-by: Elliott Sales de Andrade <[email protected]>
Fixes matplotlib#14233 Co-authored-by: Vladimir <[email protected]> Co-authored-by: Elliott Sales de Andrade <[email protected]>
PR Summary
Pull request to resolve #14233 - Allow setting default AutoMinorLocator.
This PR is related to PR #16762 which is stale for a while and seems to abandoned by the developer.
The behavior is similar to what is described in PR #16762 and Issue #14233 .
In this PR I include:
rcParams
optionndivs
for the number of minor ticksPR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
andpydocstyle<4
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).