-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: Add minorloglabels
to cartesian axes
#7468
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
minorloglabels
to cartesian axesminorloglabels
to cartesian axes
Personally I don't think these new options are what I would want as an alternative to the small digit - the small digit is a shorthand, but as an alternative I wouldn't want another arbitrary format, I'd want the same format used for the powers of ten but extended to multiples. The behavior I'd want:
Basically for all cases except 10^N where you have to put Dx10^N, I'd want the minor labels to simply replace the 1 in the next lower power of ten with the appropriate digit. While we're at it, another thing people might want is to not show the minor labels at all, just the minor gridlines - so you could set |
Thank you @alexcjohnson for the suggestion. |
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.
💃 Beautiful!
Supersedes #6120.