Skip to content

Instantly share code, notes, and snippets.

@abehmiel
Created April 3, 2017 04:54
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 abehmiel/6b3792d2270bae674bd0dfba4ee65f17 to your computer and use it in GitHub Desktop.
Save abehmiel/6b3792d2270bae674bd0dfba4ee65f17 to your computer and use it in GitHub Desktop.
Palette for colorblind-differentiable colors for plotting with Matplotlib
col1 = (0/255.,107/255.,164/255.) # dark blue
col2 = (255/255.,128/255.,14/255.) # orange
col3 = (171/255.,171/255.,171/255.) # half-gray
col4 = (89/255.,89/255.,89/255.) # mostly gray
col5 = (95/255.,158/255.,209/255.) # sky blue
col6 = (200/255.,82/255.,0/255.) # burnt sienna
col7 = (137/255.,137/255.,137/255.) # 3/4 gray
col8 = (162/255.,200/255.,236/255.) # periwinkle
col9 = (255/255.,188/255.,121/255.) # peach
col10 = (207/255.,207/255.,207/255.) # 1/4 gray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment