python 关于matplotlib三维制图的cmap示例

目录

Perceptually Uniform Sequential序列

Sequential序列

Sequential(2)序列

Diverging序列


Perceptually Uniform Sequential序列

本图摘自(matplotlib官网,侵删)

PerceptuallyUniformSequential = ['viridis', 'plasma', 'inferno', 'magma', 'cividis']

Sequential序列

本图摘自官网,侵删

Sequential = ['Greys', 'Purples', 'Blues', 'Greens', 'Oranges', 'Reds',              'YlOrBr', 'YlOrRd', 'OrRd', 'PuRd', 'RdPu', 'BuPu',              'GnBu', 'PuBu', 'YlGnBu', 'PuBuGn', 'BuGn', 'YlGn']

Sequential(2)序列

本图摘自官网,侵删

Sequential2 = ['binary', 'gist_yarg', 'gist_gray', 'gray', 'bone',               'pink', 'spring', 'summer', 'autumn', 'winter', 'cool',               'Wistia', 'hot', 'afmhot', 'gist_heat', 'copper']

Diverging序列

本图摘自官网,侵删

Diverging = ['PiYG', 'PRGn', 'BrBG', 'PuOr', 'RdGy', 'RdBu', 'RdYlBu',             'RdYlGn', 'Spectral', 'coolwarm', 'bwr', 'seismic']

posted @ 2023-08-19 21:17  jijfurhg  阅读(113)  评论(0)    收藏  举报