Created
April 3, 2017 04:54
-
-
Save abehmiel/6b3792d2270bae674bd0dfba4ee65f17 to your computer and use it in GitHub Desktop.
Palette for colorblind-differentiable colors for plotting with Matplotlib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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