| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ing applied twice
…089-on-v3.10.x Backport PR #30089 on branch v3.10.x (FIX: fix submerged margins algorithm being applied twice)
| Back | FazBrowse Home | New Git URL |
Closes #30076
If a figure had subfigures, the submerged margin algorithm (that tries to deal with margins that are not shared across all axes) would get applied to all axes in the figure, including any that had already been taken care of in a subfigure. This lead to the erroneous behaviour described in #30076.
New version does not apply the algorithm if the axes has already been dealt with in a subfigure.
This PR
now yields:

On main
Test just makes sure that the appropriate subplots are the same height now. The test fails on main.