-
Fixed alignment of absolute panel dimensions when using
theme(panel.widths, panel.heights)in ggplot2 v4.0.0. -
'alignpatch-*' scripts have been fully refactored with S7 classes, with more informative and consistent naming.
-
Improved
align_plots()to properly handle strips with different placements. -
Renamed the original
alignpatch()topatch()for clearer and more consistent naming. -
The
Patchobject is now exported for external use. -
Refactored
patch_titlesto the new S7-basedpatch_titleclass (soft-deprecated the old version). -
Renamed the original
patch()toas_grob()for clearer.