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
Yes, there is no way to ensure that plots with fixed aspects are actually occupying the same vertical or horizontal space when resizing the plot so collecting the axes doesn't make sense in general. For sf plots it is due to the fact that they do not use the new guide setup for their axes. If/when that changes in ggplot2 it should work out of the box
I fear that this is the same problem as in issue https://github.com/thomasp85/patchwork/issues/366
Collecting the axis titles of several plots does not work if coord_fixed, coord_sf or theme(aspect.ratio=1) is involved:
(ggplot2 version 3.5.1, patchwork version 1.3.0
The text was updated successfully, but these errors were encountered: