Skip to content

Andy-B-123/theme_park

 
 

Repository files navigation

theme_park_banner

Theme Park

Theme Park is a soon to be package for fun ggplot themes related to popular culture (movies, TV shows, video-games, etc.). I don't have much time to expand this further so please consider submitting a theme!

Submit a Theme

Please help grow this package by submitting your own custom ggplot theme for a movie, show, or videogame. To submit, edit the 'theme_template.R' script file and send the edited script to [email protected]. I will review it and add it or respond with suggested edits. Have fun with it!

Contributors

  • Matthew B. Jané theme_barbie, theme_oppenheimer, theme_starwars
  • Toki Liam theme_oppenheimer
  • Alex Slavenko theme_zelda
  • Velu P.K. Immonen theme_spiderman

Use

library('devtools')
theme_name = "theme_barbie" # Pick which theme you want

paste("https://raw.githubusercontent.com/MatthewBJane/theme_park/main/", theme_name ,".R")
source_url("https://raw.githubusercontent.com/MatthewBJane/theme_park/main/theme_barbie.R")

Example (theme_barbie)

`X variable` = rnorm(50,0,1)
`Y variable` = rnorm(50,0,1)

ggplot(data=NULL, aes(x = `X variable`,y = `Y variable`)) +
       theme_barbie(barbie_font=TRUE) +
       geom_smooth(method='lm',color=dark_color_barbie, fill = light_color_barbie) +
       geom_point(color = medium_color_barbie) +
       ggtitle('Barbie Scatter Plot')
image

Citation

BibTeX:

@software{JaneBarbie2023,
  author = {Jané, Matthew B},
  month = {6},
  title = {theme_park: popular culture ggplot themes},
  url = {https://github.com/MatthewBJane/theme_park},
  version = {1.0.0},
  year = {2023}
}

APA:

Jané, M.B. (2023). theme_park: popular culture ggplot themes (Version 0.0.1) [Source Code]. https://github.com/MatthewBJane/theme_park

About

Fun ggplot themes for popular culture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%