Skip to content
Prev 326507 / 398502 Next

ggplot2

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.