Skip to content
Prev 156992 / 398506 Next

qplot, stacked area, own colourscheme

On Wed, Sep 24, 2008 at 8:39 AM, Albin Blaschka
<albin.blaschka at gmail.com> wrote:
You want to modify the scale (the thing that converts data values to
colours), not the geom:

+ scale_fill_manual(values = mycolorscheme)

(And it's fill you want to change, not colour)

This will also update the legend.

Hadley