axis.text.yin a theme that is set as default usingtheme_set(),theme_void()throws an error. This causes trouble when I try to usecowplot::plot_grid()(see myprevious bug report). library("ggplot2")df<-data.frame(gp=factor(rep(letters[1:3],each=10)) ,y=rnorm(30) ) theme_set(th...