In page http://had.co.nz/ggplot2/scale_date.html , there is a time series
plot for multiple variables at the bottom. i.e

qplot(date, value, data = em, geom = "line", group = variable) + 
+   facet_grid(variable ~ ., scale = "free_y") 

How can I make different color for different series?

Thanks
-- 
View this message in context: 
http://www.nabble.com/ggplot-question-tp24641347p24641347.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.

Reply via email to