Skip to content
Prev 277501 / 398506 Next

grid.arrange, grid.layout - legend, global y axis title

Hi,

Please don't cross post.

It seems that ggplotGrob has been replaced by new functions. You can
define it as

ggplotGrob <- function(x) ggplot2:::gtable_gTree(ggplot2:::ggplot_gtable(x))

and it seems to work as before with grid.arrange().

HTH,

baptiste
On Wed, Nov 16, 2011 at 3:26 AM, Johannes Radinger <JRadinger at gmx.at> wrote: