Skip to content

Instantly share code, notes, and snippets.

@ars096
Last active August 29, 2015 14:21
Show Gist options
  • Save ars096/4b1b42007df842fedbf7 to your computer and use it in GitHub Desktop.
Save ars096/4b1b42007df842fedbf7 to your computer and use it in GitHub Desktop.
Color list used in 2015ApJS..216...18N.
# color list used in 2015ApJS..216...18N
# ex.) http://www.astro.s.osakafu-u.ac.jp/~nishimura/Orion/img/CO1221_cube.jpg
import matplotlib.colors
cmaplist = ['#CCCCCC', # gray
'#2A61A6', # blue
'#71CDD9', # aqua
'#6CBD59', # green
'#EDE869', # yellow
'#F02731', # red
'#FFFFFF', # white
'#FFFFFF', # white
]
cmap = matplotlib.colors.LinearSegmentedColormap.from_list('own', cmaplist)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment