search for: basetheme

Displaying 1 result from an estimated 1 matches for "basetheme".

2010 Jan 18
2
ggplot2 histogramm
...istogram(aes(y= ..count.. / sum(..count..),fill=..count../sum(..count..)*100)) + scale_y_continuous(formatter = "percent") + facet_wrap(~group) + ylab("Anteil in %") + xlab("Attribute") + opts(title="Title",legend.text="Anteil in Prozent") + BaseTheme(base_size=12) many thanks, Christian