[R] ggplot2 : bug in coord_equal() ?

David Hajage dhajage.r at gmail.com
Fri Feb 26 15:06:34 CET 2010


Hello,

I think there is a bug in coord_equal when x s a factor :

ggplot(diamonds, aes(clarity, fill=cut)) + geom_bar()
ggplot(diamonds, aes(clarity, fill=cut)) + geom_bar() + coord_equal(1/2)

David



More information about the R-help mailing list