Displaying 1 result from an estimated 1 matches for "ggplot2_suppress_id".
Did you mean:
ggplot2_suppress_ids
2011 Jul 09
1
Suppressing the labelling of tick marks on ggplot2
...73996 Not BB
> ggplot(data=test,aes(x=factor(id.bb),y=bb.math.comb,fill=BB)) + geom_bar() + facet_grid(BB~.) + scale_fill_brewer(pal="Set1") + ylab("Average Student Residual (Math)") + xlab("Student ID")
Gives the following graph:
http://dl.dropbox.com/u/1501309/ggplot2_suppress_ids.pdf
I'd like to prevent "2900", "2904", "3469", etc. from showing up on the X-axis.
Thanks,
Chris
[[alternative HTML version deleted]]