-
Notifications
You must be signed in to change notification settings - Fork 11
feat: advanced axis sharing refactor + enhancements #256
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
base: main
Are you sure you want to change the base?
Conversation
At least the network error is gone now 🥳 |
Figured out the problem see #274 |
OK I can proceed on review of this PR. |
Think the tests that fail are looking good last I checked (prior to latest merge). The issue addresses in #233 is not completely fixed since the partial reversal that happened. |
Will need to look at |
@@ -904,6 +907,185 @@ def units( | |||
return result[0] if singleton else result | |||
|
|||
|
|||
def _get_subplot_layout( |
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.
This whole function needs many more comments. What is axis_type = 1 and why is it hard coded?
@cvanelteren the test failures here need looking at |
Will have a closer look tomorrow. For me these tests need TLC:
|
I see these as well
|
OK I lost track of this PR. Sorry. What is the share level for this test? The docs currently say
For the middle panel in each sharing level we should have
|
Rename of #244
One of UltraPlot's most powerful features is the ability to do advanced axis sharing. The current implementation works well for bottom and left label sharing, but failed in sharing labels for top right labels. This PR addresses this problem while at the same time allowing for sharing axes with more complex layouts.