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.

______________________________________________
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