Skip to content
Prev 168774 / 398502 Next

Using ggplot2 I need to move the location of legend to on the plot

Try these options:

p + opts(legend.position="top")
p + opts(legend.position=c(0.5,0.5))
On Fri, Jan 30, 2009 at 5:53 PM, Jason Rupert <jasonkrupert at yahoo.com> wrote: