I\'m plotting a categorical variable and instead of showing the counts for each category value.
I\'m looking for a way to get ggplot to display the perc
ggplot
With ggplot2 version 2.1.0 it is
+ scale_y_continuous(labels = scales::percent)