Skip to content

SodiumMan91/cyberpunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyberpunk

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()

image

About

Cyberpunk / Neon theme for ggplot2 graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages