-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
support 'e' and 'E' exponentformat on log axes #2921
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
@@ -734,7 +734,7 @@ | |||
"size": 0, | |||
"color": "" | |||
}, | |||
"exponentformat": "e", |
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.
@etpinard I suppose since this behavior has existed so long, this could be considered a breaking change... but it also seems to me to be clearly wrong. Are you OK with calling it a bug?
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.
Yes, I'm ok calling this a bug as "e"
isn't the exponentformat
default, so it can't happen "by accident".
"mirror": true, | ||
"overlaying": false, | ||
}, | ||
"exponentformat": "power", |
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.
ah. there is it 🔍
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.
heh yeah, sorry - I should have split out linting those trailing spaces (we don't test that in the mocks?) into its own commit.
Beautiful 💃 |
fixes #2919 - not sure why I thought at the time that
e
andE
should be treated as synonymous withpower
but that doesn't really make much sense.cc @etpinard