theme_geektool: theme_geektool

Description Usage Examples

View source: R/theme_geektool.R

Description

A marginless blank theme for showing graphs on a dark background

Usage

1

Examples

1
2
3
library(ggplot2)
ggplot(mtcars, aes(x=mpg, y=wt, colour=as.factor(cyl))) + 
  geom_point() + theme_ath()

andrewheiss/rath documentation built on Nov. 15, 2019, 11:07 p.m.