Skip to content
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

Shared titles and axes #337

Merged
merged 14 commits into from
Jan 4, 2024
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ importFrom(gtable,gtable_width)
importFrom(gtable,is.gtable)
importFrom(stats,na.omit)
importFrom(utils,as.roman)
importFrom(utils,gethash)
importFrom(utils,hashtab)
importFrom(utils,modifyList)
importFrom(utils,sethash)
importFrom(utils,str)
importFrom(utils,tail)
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# patchwork (development version)

* Axes and axis titles can now be collected using the `plot_layout()` function.
Collecting axes will remove duplicated axes in the x- or y-direction.
Collecting axis titles will also remove duplicated titles in the x- or
y-direction, but also merge duplicated titles in the other direction (#150).

# patchwork 1.1.3

* `NULL` can now be used with the different arithmetic operators and will result
Expand Down
Loading