-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Fix for yaxis option and labels when multi_y=True #5816
Conversation
Co-authored-by: James A. Bednar <[email protected]>
Codecov Report
@@ Coverage Diff @@
## multi_axes #5816 +/- ##
==============================================
- Coverage 88.21% 88.20% -0.01%
==============================================
Files 308 308
Lines 63293 63227 -66
==============================================
- Hits 55836 55772 -64
+ Misses 7457 7455 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 10 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Closing as superseded by #5827 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
WIP
While I think the position fix is along the right lines, handling labels still needs more thought.
This PR is based off #5621 in order to keep the diff there clean. Should be able to rebase off
main
when that PR is merged.