Skip to content

A Vincent van Gogh Color Palette Generator 🎨

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

cherylisabella/vangogh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vincent van Gogh Color Palettes

The goal of vangogh is to provide users with color palettes inspired by a selection of Vincent van Gogh’s paintings. These palettes also aim to increase the aesthetic appeal of data plots. Each palette contains 5 handpicked colors and were manually added by hex codes.

vangogh palettes can be used in conjunction with ggplot2 or plot to provide colors to data plots (for visualising qualitative data, sequential plots etc).

Some vangogh functions include:

  • vangogh_palette()
  • viz_palette()
  • scale_color_manual()
  • scale_color_vangogh()
  • scale_fill_vangogh()

Installation

install.packages("vangogh")

Or the development version

devtools::install_github("cherylisabella/vangogh")

Usage

library("vangogh")
# See all palettes
names(vangogh_palettes)
#>  [1] "StarryNight"      "StarryRhone"      "SelfPortrait"     "CafeTerrace"     
#>  [5] "Eglise"           "Irises"           "SunflowersMunich" "SunflowersLondon"
#>  [9] "Rest"             "Bedroom"          "CafeDeNuit"       "Chaise"          
#> [13] "Shoes"            "Landscape"        "Cypresses"

Palettes and their associated artworks

The Starry Night (1889)

vangogh_palette("StarryNight")

Starry Night Over the Rhône / La Nuit étoilée (1888)

vangogh_palette("StarryRhone")

Self-portrait (1889)

vangogh_palette("SelfPortrait")

Café Terrace at Night (1888)

vangogh_palette("CafeTerrace")

The Church at Auvers (1890)

vangogh_palette("Eglise")

Irises / Les Iris (1889)

vangogh_palette("Irises")

Sunflowers - Munich version (1888)

vangogh_palette("SunflowersMunich")

Sunflowers - London version (1888)

vangogh_palette("SunflowersLondon")

Noon – Rest from Work (1890)

vangogh_palette("Rest")

Bedroom in Arles / Slaapkamer te Arles (1888)

vangogh_palette("Bedroom")

The Night Café / Le Café de nuit (1888)

vangogh_palette("CafeDeNuit")

Van Gogh’s Chair (1888)

vangogh_palette("Chaise")

Shoes (1886)

vangogh_palette("Shoes")

Landscape with Houses (1890)

vangogh_palette("Landscape")

Wheat Field with Cypresses (1889)

vangogh_palette("Cypresses")

About

A Vincent van Gogh Color Palette Generator 🎨

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages