-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
flip subfigures axes to match subplots #28363
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
Conversation
The API note should be a bit clearer about the effect of the change (as it is only in the list view of the sub figures that we see it) and I suggested a simpler 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.
I just have a tiny wording suggestion as this parses better for me. Otherwise, looks good to me.
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.
Anyone can merge when CI is green.
Trying to track down the test coverage failure, it is because one of the GHA jobs (3.9 on macOS) failed to upoload:
Not clear why one of the detected it was in a forked repo and decided it did not need a token... |
I confess I have developed a habit of ignoring codecov unless it reports a problem on the patch. Perhaps I should not do that… |
PR summary
Closes #28344. Change the iteration order on the rows and columns of
subfigure
to draw them in row-major order.PR checklist