Top "Grob" questions

stands for **gr**aphical **ob**ject, the generic drawing component in the grid framework of R graphics.

How to place grobs with annotation_custom() at precise areas of the plot region?

I am trying to reproduce the following [base R] plot with ggplot2 I have managed most of this, but what …

r ggplot2 grob
Remove white space between plots and table in grid.arrange

I would like to remove the large spacing that is inserted by default between the plots and the table in …

r gridextra grob
Arrange ggplot plots (grobs with same widths) using gtable to create 2x2 layout

I am attempting to use grobs and gtable to arrange 4 (ggplot2) plots into a 2x2 grid. I don't know how …

r ggplot2 gtable grob
Universal x axis label and legend at bottom using grid.arrange

I am trying to plot a number of graphs next to each other using grid.arrange. Specifically, I would like …

r plot ggplot2 gridextra grob