All Projects → johnmackintosh → rockthemes

johnmackintosh / rockthemes

Licence: GPL-3.0, GPL-3.0 licenses found Licenses found GPL-3.0 LICENSE GPL-3.0 LICENSE.md
R colour palettes based on classic rock album covers.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to rockthemes

metallicaRt
R package of colour palettes based on Metallica studio album covers.
Stars: ✭ 18 (-40%)
Mutual labels:  ggplot2, data-visualisation, ggplot2-themes, colour-palettes
Naniar
Tidy data structures, summaries, and visualisations for missing data
Stars: ✭ 557 (+1756.67%)
Mutual labels:  ggplot2, data-visualisation
gameofthrones
🎨 Game of Thrones inspired palette for R
Stars: ✭ 69 (+130%)
Mutual labels:  ggplot2, data-visualisation
Waffle
🍁 Make waffle (square pie) charts in R
Stars: ✭ 614 (+1946.67%)
Mutual labels:  ggplot2, data-visualisation
ggplot2 themes in github
A generated list of repos containing themes/styles for ggplot2
Stars: ✭ 43 (+43.33%)
Mutual labels:  ggplot2, ggplot2-themes
Treemapify
🌳 Draw treemaps in ggplot2
Stars: ✭ 186 (+520%)
Mutual labels:  ggplot2, data-visualisation
Ggthemes
Additional themes, scales, and geoms for ggplot2
Stars: ✭ 1,107 (+3590%)
Mutual labels:  ggplot2, data-visualisation
tvthemes
ggplot2 themes and palettes based on your favorite TV shows
Stars: ✭ 120 (+300%)
Mutual labels:  ggplot2, ggplot2-themes
imprint
Create Customized 'ggplot2' and 'R Markdown' Themes for Your Organization
Stars: ✭ 24 (-20%)
Mutual labels:  ggplot2, ggplot2-themes
charts-embed-sdk
The easiest way to embed MongoDB Charts visualisations into your web app
Stars: ✭ 32 (+6.67%)
Mutual labels:  data-visualisation
IATI.cloud
The open-source IATI datastore for IATI data with RESTful web API providing XML, JSON, CSV output. It extracts and parses IATI XML files referenced in the IATI Registry and powered by Apache Solr.
Stars: ✭ 35 (+16.67%)
Mutual labels:  data-visualisation
stmprinter
Print multiple stm model dashboards to a pdf file for inspection
Stars: ✭ 34 (+13.33%)
Mutual labels:  ggplot2
ggbg
Miscellaneous Ggplot2 Extensions
Stars: ✭ 21 (-30%)
Mutual labels:  ggplot2
ggdogs
The geom you always wished for adding dogs to ggplot2
Stars: ✭ 28 (-6.67%)
Mutual labels:  ggplot2
NBA-Shot-Charts
Create NBA shot charts using data scrapped from stats.nba.com and R package ggplot2.
Stars: ✭ 33 (+10%)
Mutual labels:  ggplot2
python-data-viz-workshop
A workshop on data visualization in Python with notebooks and exercises for following along.
Stars: ✭ 136 (+353.33%)
Mutual labels:  data-visualisation
python-aos-lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 78 (+160%)
Mutual labels:  data-visualisation
Data-Visualisation-libraries
A Repository consisting of various visualisation libraries and tools
Stars: ✭ 61 (+103.33%)
Mutual labels:  data-visualisation
git-history-flow
Visualize the evolution of a file tracked by git
Stars: ✭ 17 (-43.33%)
Mutual labels:  data-visualisation
wind-js-server
Service to expose Grib2 wind forecast data as JSON
Stars: ✭ 98 (+226.67%)
Mutual labels:  data-visualisation

rockthemes

Build Status

Render README

pkgdown

R build status

What?

This is a collection of colour palettes based on classic rock album covers.

Not all of the artists are ‘rock’, but they appeared in lists of classic rock album covers and the internet is never wrong, is it ;)

Other albums were chosen either for their striking covers (in terms of colour), because they are bona fide rock classics, or just because I like them.

Featuring:

  • Dirt (Alice In Chains, submission by G Hutson)
  • Californication (Red Hot Chili Peppers)
  • Blue Train (John Coltrane)
  • Facelift (Alice In Chains)
  • Groove is in the Heart (Deee-Lite, submitted by R Wilson)
  • Electric (The Cult)
  • To Bring You My Love - P J Harvey
  • The Magician’s Birthday - Uriah Heep
  • Hell Awaits (Slayer - submission by C Beeley)
  • Warehouse Songs and Stories (Husker Du)
  • Dirty Computer (Janelle Monae)
  • Melloncollie and the Infinite Sadness (Smashing Pumpkins, submission by C Mainey)
  • Bitches Brew (Miles Davis)
  • Simulation Theory (Muse)
  • Tragic Kingdom (No Doubt)
  • Peace Sells (Megadeth, submission by C Beeley)
  • The 2ND Law (Muse, submission by G Hutson)
  • Siamese Dream (Smashing Pumpkins, submission by C Mainey)
  • The Real Thing (Faith No More)
  • 1989 (Taylor Swift)
  • Celebration Day (Led Zeppelin, submission by G Hutson)

Why?

Because this repo of Metallica inspired palettes has been received quite well on various social media platforms, and I figured that there were other albums with interesting covers that might provide more scope for data visualisation purposes.

Installation

This will probably not go to CRAN, so please install using the remotes package.

Palettes and Themes

rock_palette("alice")
rock_palette("californication")
rock_palette("coltrane")

rock_palette("deelite")
rock_palette("electric")
rock_palette("facelift")

rock_palette("faithnomore")
rock_palette("harvey")
rock_palette("heep")

rock_palette("hellawaits")
rock_palette("husker")
rock_palette("janelle")

rock_palette("melloncollie")
rock_palette("miles")
rock_palette("muse")

rock_palette("nodoubt")
rock_palette("peacesells")
rock_palette("secondlaw")

rock_palette("siamesedream")
rock_palette("swift")
rock_palette("zeppelin")

Palettes in action

Longer colour palettes, more suited for ggplot2 use

The following palettes share the same inspirations, but there are more colours, which hopefully increases their utility for data visualisation.

Credit

Thanks to Ryo for the tvthemes package which helped me get this off the ground quickly

Code of Conduct

Please note that the rockthemes project is released with a Contributor Code of Conduct. By contributing to this project you agree to abide by its terms.

Contributing

See the Contribution guide

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].