Cyberpunk
November 20, 2024 ยท View on GitHub
Cyberpunk / Neon inspired ggplot theme
Install with:
devtools::install_github("SodiumMan91/cyberpunk")
Sample use-case
library(ggplot2)
library(cyberpunk)
ggplot(airquality, aes(x = Day,
y = Temp,
group = as.factor(Month),
color = as.factor(Month))) +
geom_point(size = 2.5) +
theme_cpunk()