Skip to content

How to suppress factor labels

1 message · Ista Zahn

#
On Wed, Jun 8, 2011 at 5:02 PM, James Rome <jamesrome at passur.com> wrote:
Rather the opposite I think. In the data you sent, time is numeric,
not a factor. This works for me:

qplot(factor(time), error, data=times, size=I(1), geom="boxplot") +
	facet_wrap(~ runway, ncol=2) +
	scale_x_discrete(breaks = seq(from=0, to=60, by=10))

Best,
Ista


How would ggplot2 know