powered by
Nima's ggplot2 theme: white background, colors optimized
theme_nima(base_size = 14, base_family = "Helvetica")nima_theme(base_size = 14, base_family = "Helvetica")
nima_theme(base_size = 14, base_family = "Helvetica")
Base font size
Base font family
An object as returned by theme
theme
# NOT RUN { library(ggplot2) p <- ggplot(mtcars, aes(y = mpg, x = disp, color = factor(cyl))) p <- p + geom_point() + scale_fill_nima() + scale_color_nima() p <- p + theme_nima() p # }
Run the code above in your browser using DataLab