Displaying 1 result from an estimated 1 matches for "gghistogram".
2006 Aug 02
4
ggplot facet label font size
How do I change the font size in the facet labels along the edges of the
plot?
For example (from the ggplot help file):
p<-ggplot(tips, sex ~ smoker, aesthetics=list(x=tip/total_bill))
gghistogram(p)
In this plot, the facet labels are "smoker: No", "smoker: Yes", "sex:
Female", "sex: Male". What command can I use to reduce the font size of
these labels?
In lattice terminology, cex is used to scale these strip labels. But I
couldn't find the equ...