Skip to content

Instantly share code, notes, and snippets.

@ateucher
Last active December 22, 2015 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ateucher/6543366 to your computer and use it in GitHub Desktop.
Save ateucher/6543366 to your computer and use it in GitHub Desktop.
Colour-blind friendly palettes
## Colour-blind friendly palettes
# The palette with grey:
cbPalette <- c("#999999", "#E69F00", "#56B4E9", "#009E73", "#F0E442", "#0072B2", "#D55E00", "#CC79A7")
# The palette with black:
cbbPalette <- c("#000000", "#E69F00", "#56B4E9", "#009E73", "#F0E442", "#0072B2", "#D55E00", "#CC79A7")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment