--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2
arrangeGrob can do that if you pass the grob to ggsave explicitly.
b.
sent from my phone
On 8/10/2012 3:58 AM, "Brandon Hurr" <brando...@gmail.com> wrote:
Sadly, this doesn't work with ggsave currently because it will simply take the last plot in your case p2 and then plot it. It does not recognize grid object that is assembled by multiplot(). When you save you will have to do what you've been doing png()/pdf(); dev.off() for the foreseeable future. There have been mutterings that the ability to do what you want is on the way, but I think it is fairly low priority at the moment.
On Sun, Oct 7, 2012 at 3:54 PM, skipperhoyer <bdh...@gmail.com> wrote:
>
> Hi
>
> I have arranged...