On 1/24/2011 7:44 AM, Sam wrote:
Dear List,
I am having trouble setting the transparency of a ribbon in ggplot2
and was wondering if anybody had any suggestions
so far i have a plot exactly as i want it and i want to add a ribbon
connecting the ymax and ymin, whci i do with the following comm
Dear List,
I am having trouble setting the transparency of a ribbon in ggplot2 and was
wondering if anybody had any suggestions
so far i have a plot exactly as i want it and i want to add a ribbon connecting
the ymax and ymin, whci i do with the following command
m10 + stat_summary(geom="rib
> p<-ggplot(reading.melt,aes(x=Date,y=value))
> p+geom_path(aes(colour=Type),size=2)+facet_grid(variable~.)
>
> but can't figure out
> (1) How to add a transparent shade between the Paid & Total lines. I've
> tried the ribbon function, but cant seem to get it to shade between the
> lines
To do th
I would like to be able to shade between two lines using ggplot2 (with
faceting too). But, despite reading all the documentation on the website,
cant figure out how to do it (either because i am a novice or idiot - or,
of course, possibly both)
My data looks is readership of paid & free newspape
4 matches
Mail list logo