On 7/14/07, Pete Kazmier <pete-expires-20070910 at kazmier.com> wrote: > Could someone show me how to get a blue line in this plot? > > > ggplot(movies, aes(x=rating)) + stat_qq(geom="line", > quantiles=seq(0,1,0.005), distribution=qunif) It's a bug in ggplot, sorry. It will be fixed in the next version. Hadley