Theme 'scientific'
theme_scientific(base_size = 12)
base_size | base font size, given in pts. |
---|
ggplot2 theme
if (FALSE) { library(ggplot2) ggplot(data = mtcars, aes(x = cyl)) + geom_bar(aes(y = ..count..,fill = as.character(cyl)))+ theme_scientific()+ scale_fill_mpi() }