Image 1 - small title font Image 2 - still a small title font, but ought to be bigger I cannot see where I am going astray. I know there are issues (or features!) with lazy evaluation in ggplot2, but I don't see where this is biting me. I would be ...
To get a custom categorical y-axis you could use continuous values for y-axis values and then set custom breaks and labels for the y-axis. Example here: library(ggplot2)df<-data.frame(cat=c("AA_1","AA_2","BB_1","BB_2","CC_1","CC_2"),catval=c(1,2,4...