Great :)
>> # The linetype scale currently has no options, so there's
>> # no point in adding it manually
>
> But I was just successful in using scale_linetype_manual to
> selectively apply different line types, so you might be offering even
> more functionality than you're advertising.
The confusion is in what manually means - there's no point in doing +
scale_linetype(). I've improved that line for the next version.
Hadley
I don't think that's a ggplot2 error message - I've seen it sometimes
when resizing plots, but I've never been able to reproduce it
reliably.
> In addition: Warning message:
> In grid.Call.graphics("L_rect", x$x, x$y, x$width, x$height,
> resolveHJust(x$just, :
> semi-transparency is not supported on this device: reported only
> once per page
And I'm not sure why you get this error, because you are using an
transparent colours.
> This is a really great graphics package.
Thanks :)
Hadley