FIX: make MaxNLocator only follow visible ticks for order of magnitude#12086
Merged
Conversation
Member
|
Seems to have broken some docs when there are no visible ticks. |
Member
Author
|
Ha, it passes all of |
fc00626 to
ed1c830
Compare
anntzer
approved these changes
Sep 11, 2018
Contributor
|
Modulo the docs... |
Member
Author
|
@anntzer I think the docs are OK (they say it'll just key off the data, not the data plus one tick on either side). It does need tests, which I'll do now. I actually don't understand why |
Member
Author
|
Added test that fails master but passes this PR... |
3183f78 to
9a23d6d
Compare
Member
|
Thanks @jklymak ! |
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
Closes #12072
Order of magnitude for tick formatting in ScalarFormatter was using invisible ticks. This changes to just use visible.
Probably obviated by #11004 but won't hurt anything.
Before:
After
Code
PR Checklist