> 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
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
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")
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
4 matches
Mail list logo