-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: make EngFormatter respect axes.unicode_minus rcParam #13477
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
the test failures are real |
working on updating the failing tests to ensure both cases (with and without unicode minus) are checked (current tests don't include unicode minus). |
Updated the test to make it pass. Should I be checking for the non-default value of the rcParam |
rcparams are always reset to their defaults before running the tests. I guess adding a test that things work as expected when the rcParam is changed before creating the formatter would be nice, but not compulsory. |
Updated the test to check for the non-default value of |
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.
modulo ci
Remilestoning to 3.1. It's good to get this in. |
…code_minus rcParam
Thanks! I was going to request that. I wasn't sure about the workload on core developers so was hesitant. |
…477-on-v3.1.x Backport PR #13477 on branch v3.1.x (FIX: make EngFormatter respect axes.unicode_minus rcParam)
PR Summary
EngFormatter
was not respecting theaxes.unicode_minus
rcParam.Example (old behavior)
Example (New behavior)
PR Checklist