Skip to content

Commit 686275d

Browse files
authored
Shared titles and axes (#337)
1 parent 0033fc0 commit 686275d

File tree

10 files changed

+1424
-4
lines changed

10 files changed

+1424
-4
lines changed

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ importFrom(gtable,gtable_width)
140140
importFrom(gtable,is.gtable)
141141
importFrom(stats,na.omit)
142142
importFrom(utils,as.roman)
143+
importFrom(utils,gethash)
144+
importFrom(utils,hashtab)
143145
importFrom(utils,modifyList)
146+
importFrom(utils,sethash)
144147
importFrom(utils,str)
145148
importFrom(utils,tail)

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# patchwork (development version)
22

3+
* Axes and axis titles can now be collected using the `plot_layout()` function.
4+
Collecting axes will remove duplicated axes in the x- or y-direction.
5+
Collecting axis titles will also remove duplicated titles in the x- or
6+
y-direction, but also merge duplicated titles in the other direction (#150).
7+
38
# patchwork 1.1.3
49

510
* `NULL` can now be used with the different arithmetic operators and will result

0 commit comments

Comments
 (0)