Skip to content

Commit

Permalink
Shared titles and axes (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Jan 4, 2024
1 parent 0033fc0 commit 686275d
Show file tree
Hide file tree
Showing 10 changed files with 1,424 additions and 4 deletions.
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

0 comments on commit 686275d

Please sign in to comment.