{{ message }}
Allow setting default AutoMinorLocator - #18715
Merged
Merged
Conversation
Contributor
Author
jklymak
reviewed
Oct 14, 2020
jklymak
reviewed
Oct 14, 2020
Member
|
overall this looks great, just a couple of nitpicks. Please continue ping us if no one follows up... |
jklymak
approved these changes
Oct 15, 2020
Member
|
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
reviewed
Oct 15, 2020
QuLogic
reviewed
Oct 16, 2020
Contributor
Author
|
@QuLogic is it fine now, or I have to update or add something else? |
Member
|
This looks good, but one thing I should have asked earlier; can you add a What's new? entry for this? |
Member
|
Ping? |
Contributor
Author
|
Here I am, I forgot about this :) Will add the documentation soon. |
Member
|
Ping again? We'd like to make 3.4 soonish, this month or so. |
Member
|
Lets move to 3.5. If we hear from the author in the next day or so we can move back... |
QuLogic
force-pushed
the
ndivs-minor-ticks
branch
from
May 13, 2023 07:59
0b0bab5 to
970938b
Compare
Member
|
I've rebased and added a what's new note; might want to squash to fewer commits later. |
tacaswell
marked this pull request as ready for review
May 24, 2023 19:48
Member
6 tasks
devRD
pushed a commit
to devRD/matplotlib
that referenced
this pull request
Jun 5, 2023
Fixes matplotlib#14233 Co-authored-by: Vladimir <vladimir@igenius.net> Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
melissawm
pushed a commit
to melissawm/matplotlib
that referenced
this pull request
Jun 15, 2023
Fixes matplotlib#14233 Co-authored-by: Vladimir <vladimir@igenius.net> Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
imgbot Bot
pushed a commit
to kkipngenokoech/matplotlib
that referenced
this pull request
Apr 19, 2026
Fixes matplotlib#14233 Co-authored-by: Vladimir <vladimir@igenius.net> Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
imgbot Bot
pushed a commit
to kkipngenokoech/matplotlib
that referenced
this pull request
Apr 19, 2026
Fixes matplotlib#14233 Co-authored-by: Vladimir <vladimir@igenius.net> Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
imgbot Bot
pushed a commit
to kkipngenokoech/matplotlib
that referenced
this pull request
Apr 19, 2026
Fixes matplotlib#14233 Co-authored-by: Vladimir <vladimir@igenius.net> Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
imgbot Bot
pushed a commit
to kkipngenokoech/matplotlib
that referenced
this pull request
Apr 19, 2026
Fixes matplotlib#14233 Co-authored-by: Vladimir <vladimir@igenius.net> Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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:
rcParamsoptionndivsfor the number of minor ticksPR Checklist
pytestpasses).flake8on changed files to check).flake8-docstringsandpydocstyle<4and 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).