FIX: make EngFormatter respect axes.unicode_minus rcParam - #13477
Conversation
|
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 |
|
Remilestoning to 3.1. It's good to get this in. |
…code_minus rcParam
…477-on-v3.1.x Backport PR #13477 on branch v3.1.x (FIX: make EngFormatter respect axes.unicode_minus rcParam)

PR Summary
EngFormatterwas not respecting theaxes.unicode_minusrcParam.Example (old behavior)
Example (New behavior)
PR Checklist