You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on a solution for issue: #271 I stumbled upon the following bug:
Say I have 3 figures with aspect ratio 1 and I want two of them to be nicely placed below a the third:
I can get the desired result using the following code:
While working on a solution for issue: #271 I stumbled upon the following bug:
Say I have 3 figures with aspect ratio 1 and I want two of them to be nicely placed below a the third:
I can get the desired result using the following code:
Created on 2021-08-26 by the reprex package (v2.0.1)
However, when I just permutate the numbers in design I get another result:
Created on 2021-08-26 by the reprex package (v2.0.1)
I would have expected the exact same figure as the layout specification is the same and the 3 subplots are identical.
Note that this issue does not seem to occur when the figure up top does not have an aspect ratio specified.
The text was updated successfully, but these errors were encountered: