Re: [R] help to polish plot in ggplot2

2010-08-12 Thread Mahbubul Majumder
i, > > > > > > One way you could do it is to create a separate graph for each > > > category. The y axis labels would replace the strip labels. You could > > > then stack the graphs on the page, and add a common legend. The tricky > > > part would be to ma

[R] help to polish plot in ggplot2

2010-08-11 Thread Mahbubul Majumder
Hi, I wanted to generate a plot which is almost like the plot generated by the following codes. category <- paste("Geographical Category", 1:10) grp1 <- rnorm(10, mean=10, sd=10) grp2 <- rnorm(10, mean=20, sd=10) grp3 <- rnorm(10, mean=15, sd=10) grp4 <- rnorm(10, mean=12, sd=10) mydat <- data.f