powered by
A jet black theme with inverted colors
theme_jetblack(base_size = 12, base_family = "")
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() + theme_jetblack() p # }
Run the code above in your browser using DataLab