Skip to content
Back to formatted view

Raw Message

Message-ID: <159518124039389625623981109133858113604-Webmail@me.com>
Date: 2009-02-26T19:34:02Z
From: Avram Aelony
Subject: bottom legends in ggplot2 ?

Has anyone had success with producing legends to a qplot graph such that the legend is placed on the bottom, under the abcissa rather than to the right hand side ?

The following doesn't move the legend:
       library(ggplot2)
       qplot(mpg, wt, data=mtcars, colour=cyl, gpar(legend.position="bottom") )


I am using ggplot2_0.8.2.

Thanks in advance,

Avram