Skip to content

Instantly share code, notes, and snippets.

@tenomoto
Last active July 15, 2024 01:46
Show Gist options
  • Save tenomoto/fea888289864fd474a2fb5b690295de9 to your computer and use it in GitHub Desktop.
Save tenomoto/fea888289864fd474a2fb5b690295de9 to your computer and use it in GitHub Desktop.
tableau10 colour cycle in R
tab10 <- c('#1f77b4', '#ff7f0e', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf')
tab10.new <- c('#5778a4', '#e49444', '#d1615d', '#85b6b2', '#6a9f58', '#e7ca60', '#a87c9f', '#f1a2a9', '#967662', '#b8b0ac')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment