Or wait a couple of days for the next release of ggplot2...
Hadley
On Mon, Jul 5, 2010 at 11:28 AM, Sebastian Wurster
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 line of code and repl
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.
_
> Cc: "r-help@r-project.org" ; Hadley Wickham
>
> 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
> it.
Hadle
Cool! Thanks Karsten. If you send me a github pull request I'll incorporate it.
Hadley
On Thursday, June 10, 2010, Karsten Loesing wrote:
> Hi everyone,
>
> here's the same patch as a new branch on GitHub.
>
> http://github.com/kloesing/ggplot2/commit/a25e4fbfa4017ed1
>
> Best,
> --Karsten
>
>
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
> opts(legend.position={left
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),
6 matches
Mail list logo