if anyone was interested ggplot(xmelt, aes(x=factor(Var1),value, row=L1, col=Var2, group=Var2, fill=factor(Var1))) + geom_bar(stat="identity")+ facet_grid(Var2~L1, scale="free") + xlab("Maturities") + ylab("Basis Points Move") + theme(legend.position = "none") + scale_fill_grey(start=0.8,end=0.3)
<http://r.789695.n4.nabble.com/file/n4671090/greygraph.bmp> -- View this message in context: http://r.789695.n4.nabble.com/ggplot2-tp4671087p4671090.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.