Closed
Description
For example, from the docs
d <- ggplot(subset(diamonds, carat > 1), aes(cut, clarity)) +
geom_jitter()
d + scale_x_discrete(limits=c("Fair","Ideal"))
In the 0.9.3.1 docs, it looks like this:
For example, from the docs
d <- ggplot(subset(diamonds, carat > 1), aes(cut, clarity)) +
geom_jitter()
d + scale_x_discrete(limits=c("Fair","Ideal"))
In the 0.9.3.1 docs, it looks like this: