-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Handle zorder
between overlayed cartesian subplots
#7032
Conversation
- by adding zindex layers e.g. xyz2, x2yz2, xy2z2, x2y2z2, etc. - move zorder logic from plotOne subplot to plot all subplots - add test
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.
Works like a charm!!! I have tested the sample code provided by the sponsors and it behaves as expected. Other cases also work correctly. Good job!! 💃 Thanks @archmoj!
woo hoo! |
Awesome PR @archmoj 🏆 🌟 Am I understanding the code correctly, that the approach here is simply to create separate subplots for each individual |
@emilykl yes that's correct. |
Supersedes #6943.
Fixes #6943.
Changes to make
zorder
work between overlayed cartesian subplots!