食色性也-python颜色小抄(二)

546 阅读1分钟

本文免费分享python colormap颜色条快速查询手册(Cheat_Sheet)

目录

1、matplotlib自带Colormap
2、python Palettable库中Colormap
本文颜色更详细介绍


1、matplotlib自带Colormap

共计81种(不包含反向色条,例如'Reds'的反向色条'Reds_r'),名称如下:

['Accent', 'Blues', 'BrBG', 'BuGn', 'BuPu', 'CMRmap', 'Dark2', 
'GnBu', 'Greens', 'Greys', 'OrRd', 'Oranges', 'PRGn', 'Paired',
 'Pastel1', 'Pastel2', 'PiYG', 'PuBu', 'PuBuGn', 'PuOr', 'PuRd', 
 'Purples', 'RdBu', 'RdGy', 'RdPu', 'RdYlBu', 'RdYlGn', 'Reds',
  'Set1', 'Set2', 'Set3', 'Spectral', 'Wistia', 'YlGn', 'YlGnBu', 
  'YlOrBr', 'YlOrRd', 'afmhot', 'autumn', 'binary', 'bone', 'brg', 
  'bwr', 'cividis', 'cool', 'coolwarm', 'copper', 'cubehelix', 
  'flag', 'gist_earth', 'gist_gray', 'gist_heat', 'gist_ncar', 
  'gist_stern', 'gist_yarg', 'gnuplot', 'gnuplot2', 'gray', 'hot', 
  'hsv', 'inferno', 'jet', 'magma', 'nipy_spectral', 'ocean', 
  'pink', 'plasma', 'prism', 'rainbow', 'seismic', 'spring', 
  'summer', 'tab10', 'tab20', 'tab20b', 'tab20c', 'terrain', 
  'twilight', 'twilight_shifted', 'viridis', 'winter']

 Cheat_Sheet如下,图比较大,放部分:image


2、python Palettable中Colormap 

共计1587种,51页,欢迎获取。image
imageimage  image


本文颜色更详细介绍请戳:


欢迎微信搜索关注,pythonic生物人。 
回复mcol,即可获取matplotlib自带Colormap。
回复patable,即可获取python Palettable中Colormap。
辛苦整理,欢迎点赞好评!