[R] Problems with boxplot in ggplot2:qplot

Dimitri Shvorob dimitri.shvorob at gmail.com
Mon Feb 15 21:12:28 CET 2010


Thank you, Hadley. I try

jpeg(file, width = 800, height = 600, quality = 100)
qplot(factor(closed$close.month), closed$closing.balance, geom = "boxplot",
      main = "Monthly distributions of closing balances", xlab = "Month",
ylab = "Balance, USD") + theme_bw() + scale_x_date(major = "months",  minor
= "weeks", format = "%b")
dev.off()

('minor = ' can be skipped with no consequences, apparently). Labels
disappear altogether.


-- 
View this message in context: http://n4.nabble.com/Problems-with-boxplot-in-ggplot2-qplot-tp1555338p1556571.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list