Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
[Bug Fix] Fix reverse mapping for _translate_tick_params#29249
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Thanks for splitting.
Note: Test failures are unrelated.
I thought we already had a PR for this; did it not get merged? |
This fixes#27416, which does have two existing PRs but both seem to have stalled. |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
9af426b
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@kyracho! |
…249-on-v3.10.xBackport PR#29249 on branch v3.10.x ([Bug Fix] Fix reverse mapping for _translate_tick_params)
Uh oh!
There was an error while loading.Please reload this page.
PR summary
Hi. This fixes a bug in
_translate_tick_params
where some keys are not being mapped correctly withreverse=True
andcls.axis_name = 'x'
.For example, both 'left' and 'bottom' are mapped to 'tick1On', making the reverse ambiguous.
Separated from#28968 because this is an independent bug.
PR checklist