Re: [R] ggplot2 - deprecated guide= argument in

2008-09-18 Thread hadley wickham
> As for now, I have not yet delved deep enough into the new version to be > sure if I like it or not. It's just that I like the freedom to choose, and > the previous form was great. Any chance you may put it back as an optional > parameter? I doubt it, but you can override the defaults as follows

Re: [R] ggplot2 - deprecated guide= argument in

2008-09-17 Thread Pedro Barros
Hi Hadley, As for now, I have not yet delved deep enough into the new version to be sure if I like it or not. It's just that I like the freedom to choose, and the previous form was great. Any chance you may put it back as an optional parameter? Thanks, Pedro hadley wrote: > > On Wed, Sep 17, 200

Re: [R] ggplot2 - deprecated guide= argument in

2008-09-17 Thread hadley wickham
On Wed, Sep 17, 2008 at 5:34 AM, Pedro Barros <[EMAIL PROTECTED]> wrote: > > In the help for scale_fill_identity, it is written > ## Not run: > colour <- c("red","green","blue","yellow") > qplot(1:4, 1:4, fill=colour, geom="tile") > qplot(1:4, 1:4, fill=colour, geom="tile")

[R] ggplot2 - deprecated guide= argument in

2008-09-17 Thread Pedro Barros
In the help for scale_fill_identity, it is written ## Not run: colour <- c("red","green","blue","yellow") qplot(1:4, 1:4, fill=colour, geom="tile") qplot(1:4, 1:4, fill=colour, geom="tile") + scale_fill_identity() # To get a legend, you also need to