Re: [R] Patch for legend.position={left,top,bottom} in ggplot2

2010-07-05 Thread Sebastian Wurster
Thank you for this nice patch! To incorporate it you have to open the ggplot2 file in path to your R packages\ggplot2\R, search for the first line of code and replace it with the patch. Don't forget to delete the lines with - and the + in front of the new code.

Re: [R] Patch for legend.position={left,top,bottom} in ggplot2

2010-07-05 Thread Hadley Wickham
Or wait a couple of days for the next release of ggplot2... Hadley On Mon, Jul 5, 2010 at 11:28 AM, Sebastian Wurster sebastian.wurs...@gmx.de wrote: Thank you for this nice patch! To incorporate it you have to open the ggplot2 file in path to your R packages\ggplot2\R, search for the first

Re: [R] Patch for legend.position={left,top,bottom} in ggplot2

2010-06-10 Thread Karsten Loesing
Hi everyone, here's the same patch as a new branch on GitHub. http://github.com/kloesing/ggplot2/commit/a25e4fbfa4017ed1 Best, --Karsten On 6/7/10 3:39 PM, Karsten Loesing wrote: Hi Hadley and everyone, here's a patch for ggplot2 that fixes the behavior of

Re: [R] Patch for legend.position={left,top,bottom} in ggplot2

2010-06-10 Thread Hadley Wickham
Cool! Thanks Karsten. If you send me a github pull request I'll incorporate it. Hadley On Thursday, June 10, 2010, Karsten Loesing karsten.loes...@gmx.net wrote: Hi everyone, here's the same patch as a new branch on GitHub.  http://github.com/kloesing/ggplot2/commit/a25e4fbfa4017ed1 Best,

Re: [R] Patch for legend.position={left,top,bottom} in ggplot2

2010-06-10 Thread Felipe Carrillo
karsten.loes...@gmx.net Cc: r-help@r-project.org r-help@r-project.org; Hadley Wickham had...@rice.edu Sent: Thu, June 10, 2010 5:52:43 AM Subject: Re: [R] Patch for legend.position={left,top,bottom} in ggplot2 Cool! Thanks Karsten. If you send me a github pull request I'll incorporate

[R] Patch for legend.position={left,top,bottom} in ggplot2

2010-06-07 Thread Karsten Loesing
Hi Hadley and everyone, here's a patch for ggplot2 that fixes the behavior of opts(legend.position={left,top,bottom}). If you try the following code in an unmodified ggplot2 options(warn = -1) suppressPackageStartupMessages(library(ggplot2)) data - data.frame( x = c(1, 2, 3, 4, 5, 6), y