Left align two graph edges (ggplot)

前端 未结 9 1536
梦谈多话
梦谈多话 2020-11-22 01:08

I\'m using ggplot and have two graphs that I want to display on top of each other. I used grid.arrange from gridExtra to stack them. The problem is I want the

9条回答
  •  深忆病人
    2020-11-22 01:42

    At best this is a hack:

    library(wq)
    layOut(list(A, 1, 2:16),  list(B, 2:3, 1:16))
    

    It feels really wrong though.

提交回复
热议问题