Re: [R] ggplot2 geom_bar produces white slashes in legend keys

2012-08-10 Thread John Kane
> -Original Message- > From: j...@brf.dk > Sent: Fri, 10 Aug 2012 10:05:32 + > To: r-help@r-project.org > Subject: [R] ggplot2 geom_bar produces white slashes in legend keys > > When I am using geom_bar I get these white slashes through the legend > keys.

[R] ggplot2 geom_bar produces white slashes in legend keys

2012-08-10 Thread Jonas Hal
When I am using geom_bar I get these white slashes through the legend keys. I cannot figure out how to remove them. ggplot(diamonds, aes(clarity, fill=cut)) + geom_bar() I have tried using opts(legend.key = theme_blank()) but with no luck. Any suggestions would be much appreciated. I am using R