On 17 Nov 2008, at 13:00, hadley wickham wrote:
Hi Dave,
On Mon, Nov 17, 2008 at 6:35 AM, Dave Murray-Rust
<[EMAIL PROTECTED]> wrote:
I'm trying to plot multiple lines using different colours/symbols to
distinguish them. If I try to plot more than 6 lines, I get an error:
ggplot( dat, aes(x
Hi Dave,
On Mon, Nov 17, 2008 at 6:35 AM, Dave Murray-Rust
<[EMAIL PROTECTED]> wrote:
> I'm trying to plot multiple lines using different colours/symbols to
> distinguish them. If I try to plot more than 6 lines, I get an error:
>
>> ggplot( dat, aes(x=time,y=value,group=variable,shape=variable) )
I'm trying to plot multiple lines using different colours/symbols to
distinguish them. If I try to plot more than 6 lines, I get an error:
> ggplot( dat, aes(x=time,y=value,group=variable,shape=variable) ) +
geom_line()
Error: scale_shape can deal with a maximum of 6 discrete values, but
yo
3 matches
Mail list logo