plt.imshow()中cmap参数控制颜色展示

plt.imshow()中cmap参数控制颜色展示
以A = [[0,1,2],[3,4,5],[6,7,8]]为例进行展示
plt.imshow(A, cmap=“xxx”)其中xxx在每个图片右侧有显示,展示顺序为首字母“z-a”排序:
‘Accent’, ‘Accent_r’, ‘Blues’, ‘Blues_r’, ‘BrBG’, ‘BrBG_r’, ‘BuGn’, ‘BuGn_r’, ‘BuPu’, ‘BuPu_r’, ‘CMRmap’, ‘CMRmap_r’, ‘Dark2’, ‘Dark2_r’, ‘GnBu’, ‘GnBu_r’, ‘Greens’, ‘Greens_r’, ‘Greys’, ‘Greys_r’, ‘OrRd’, ‘OrRd_r’, ‘Oranges’, ‘Oranges_r’, ‘PRGn’, ‘PRGn_r’, ‘Paired’, ‘Paired_r’, ‘Pastel1’, ‘Pastel1_r’, ‘Pastel2’, ‘Pastel2_r’, ‘PiYG’, ‘PiYG_r’, ‘PuBu’, ‘PuBuGn’, ‘PuBuGn_r’, ‘PuBu_r’, ‘PuOr’, ‘PuOr_r’, ‘PuRd’, ‘PuRd_r’, ‘Purples’, ‘Purples_r’, ‘RdBu’, ‘RdBu_r’, ‘RdGy’, ‘RdGy_r’, ‘RdPu’, ‘RdPu_r’, ‘RdYlBu’, ‘RdYlBu_r’, ‘RdYlGn’, ‘RdYlGn_r’, ‘Reds’, ‘Reds_r’, ‘Set1’, ‘Set1_r’, ‘Set2’, ‘Set2_r’, ‘Set3’, ‘Set3_r’, ‘Spectral’, ‘Spectral_r’, ‘Wistia’, ‘Wistia_r’, ‘YlGn’, ‘YlGnBu’, ‘YlGnBu_r’, ‘YlGn_r’, ‘YlOrBr’, ‘YlOrBr_r’, ‘YlOrRd’, ‘YlOrRd_r’, ‘afmhot’, ‘afmhot_r’, ‘autumn’, ‘autumn_r’, ‘binary’, ‘binary_r’, ‘bone’, ‘bone_r’, ‘brg’, ‘brg_r’, ‘bwr’, ‘bwr_r’, ‘cividis’, ‘cividis_r’, ‘cool’, ‘cool_r’, ‘coolwarm’, ‘coolwarm_r’, ‘copper’, ‘copper_r’, ‘cubehelix’, ‘cubehelix_r’, ‘flag’, ‘flag_r’, ‘gist_earth’, ‘gist_earth_r’, ‘gist_gray’, ‘gist_gray_r’, ‘gist_heat’, ‘gist_heat_r’, ‘gist_ncar’, ‘gist_ncar_r’, ‘gist_rainbow’, ‘gist_rainbow_r’, ‘gist_stern’, ‘gist_stern_r’, ‘gist_yarg’, ‘gist_yarg_r’, ‘gnuplot’, ‘gnuplot2’, ‘gnuplot2_r’, ‘gnuplot_r’, ‘gray’, ‘gray_r’, ‘hot’, ‘hot_r’, ‘hsv’, ‘hsv_r’, ‘inferno’, ‘inferno_r’, ‘jet’, ‘jet_r’, ‘magma’, ‘magma_r’, ‘nipy_spectral’, ‘nipy_spectral_r’, ‘ocean’, ‘ocean_r’, ‘pink’, ‘pink_r’, ‘plasma’, ‘plasma_r’, ‘prism’, ‘prism_r’, ‘rainbow’, ‘rainbow_r’, ‘seismic’, ‘seismic_r’, ‘spring’, ‘spring_r’, ‘summer’, ‘summer_r’, ‘tab10’, ‘tab10_r’, ‘tab20’, ‘tab20_r’, ‘tab20b’, ‘tab20b_r’, ‘tab20c’, ‘tab20c_r’, ‘terrain’, ‘terrain_r’, ‘turbo’, ‘turbo_r’, ‘twilight’, ‘twilight_r’, ‘twilight_shifted’, ‘twilight_shifted_r’, ‘viridis’, ‘viridis_r’, ‘winter’, 'winter_r
plt.imshow()中cmap参数控制颜色展示_第1张图片
plt.imshow()中cmap参数控制颜色展示_第2张图片
plt.imshow()中cmap参数控制颜色展示_第3张图片
plt.imshow()中cmap参数控制颜色展示_第4张图片
plt.imshow()中cmap参数控制颜色展示_第5张图片
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第6张图片
plt.imshow()中cmap参数控制颜色展示_第7张图片
plt.imshow()中cmap参数控制颜色展示_第8张图片
plt.imshow()中cmap参数控制颜色展示_第9张图片
plt.imshow()中cmap参数控制颜色展示_第10张图片
plt.imshow()中cmap参数控制颜色展示_第11张图片
plt.imshow()中cmap参数控制颜色展示_第12张图片
plt.imshow()中cmap参数控制颜色展示_第13张图片
plt.imshow()中cmap参数控制颜色展示_第14张图片
plt.imshow()中cmap参数控制颜色展示_第15张图片
plt.imshow()中cmap参数控制颜色展示_第16张图片
plt.imshow()中cmap参数控制颜色展示_第17张图片
plt.imshow()中cmap参数控制颜色展示_第18张图片
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第19张图片
plt.imshow()中cmap参数控制颜色展示_第20张图片
plt.imshow()中cmap参数控制颜色展示_第21张图片
plt.imshow()中cmap参数控制颜色展示_第22张图片
plt.imshow()中cmap参数控制颜色展示_第23张图片
plt.imshow()中cmap参数控制颜色展示_第24张图片
plt.imshow()中cmap参数控制颜色展示_第25张图片
plt.imshow()中cmap参数控制颜色展示_第26张图片
plt.imshow()中cmap参数控制颜色展示_第27张图片
plt.imshow()中cmap参数控制颜色展示_第28张图片
plt.imshow()中cmap参数控制颜色展示_第29张图片
plt.imshow()中cmap参数控制颜色展示_第30张图片
plt.imshow()中cmap参数控制颜色展示_第31张图片
plt.imshow()中cmap参数控制颜色展示_第32张图片
plt.imshow()中cmap参数控制颜色展示_第33张图片
plt.imshow()中cmap参数控制颜色展示_第34张图片
plt.imshow()中cmap参数控制颜色展示_第35张图片
plt.imshow()中cmap参数控制颜色展示_第36张图片
plt.imshow()中cmap参数控制颜色展示_第37张图片
plt.imshow()中cmap参数控制颜色展示_第38张图片
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第39张图片
plt.imshow()中cmap参数控制颜色展示_第40张图片
plt.imshow()中cmap参数控制颜色展示_第41张图片
plt.imshow()中cmap参数控制颜色展示_第42张图片
plt.imshow()中cmap参数控制颜色展示_第43张图片
plt.imshow()中cmap参数控制颜色展示_第44张图片
plt.imshow()中cmap参数控制颜色展示_第45张图片
plt.imshow()中cmap参数控制颜色展示_第46张图片
plt.imshow()中cmap参数控制颜色展示_第47张图片
在这里插入图片描述
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第48张图片
plt.imshow()中cmap参数控制颜色展示_第49张图片
plt.imshow()中cmap参数控制颜色展示_第50张图片
plt.imshow()中cmap参数控制颜色展示_第51张图片
plt.imshow()中cmap参数控制颜色展示_第52张图片
plt.imshow()中cmap参数控制颜色展示_第53张图片
plt.imshow()中cmap参数控制颜色展示_第54张图片
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第55张图片
plt.imshow()中cmap参数控制颜色展示_第56张图片
plt.imshow()中cmap参数控制颜色展示_第57张图片
plt.imshow()中cmap参数控制颜色展示_第58张图片
plt.imshow()中cmap参数控制颜色展示_第59张图片
plt.imshow()中cmap参数控制颜色展示_第60张图片
plt.imshow()中cmap参数控制颜色展示_第61张图片
plt.imshow()中cmap参数控制颜色展示_第62张图片
plt.imshow()中cmap参数控制颜色展示_第63张图片
plt.imshow()中cmap参数控制颜色展示_第64张图片
plt.imshow()中cmap参数控制颜色展示_第65张图片
plt.imshow()中cmap参数控制颜色展示_第66张图片
plt.imshow()中cmap参数控制颜色展示_第67张图片
plt.imshow()中cmap参数控制颜色展示_第68张图片
plt.imshow()中cmap参数控制颜色展示_第69张图片
plt.imshow()中cmap参数控制颜色展示_第70张图片
plt.imshow()中cmap参数控制颜色展示_第71张图片
plt.imshow()中cmap参数控制颜色展示_第72张图片
plt.imshow()中cmap参数控制颜色展示_第73张图片
plt.imshow()中cmap参数控制颜色展示_第74张图片
plt.imshow()中cmap参数控制颜色展示_第75张图片
plt.imshow()中cmap参数控制颜色展示_第76张图片
plt.imshow()中cmap参数控制颜色展示_第77张图片
plt.imshow()中cmap参数控制颜色展示_第78张图片
plt.imshow()中cmap参数控制颜色展示_第79张图片
plt.imshow()中cmap参数控制颜色展示_第80张图片
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第81张图片
plt.imshow()中cmap参数控制颜色展示_第82张图片
plt.imshow()中cmap参数控制颜色展示_第83张图片
plt.imshow()中cmap参数控制颜色展示_第84张图片
plt.imshow()中cmap参数控制颜色展示_第85张图片
plt.imshow()中cmap参数控制颜色展示_第86张图片
plt.imshow()中cmap参数控制颜色展示_第87张图片
plt.imshow()中cmap参数控制颜色展示_第88张图片
plt.imshow()中cmap参数控制颜色展示_第89张图片
plt.imshow()中cmap参数控制颜色展示_第90张图片
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第91张图片
plt.imshow()中cmap参数控制颜色展示_第92张图片
plt.imshow()中cmap参数控制颜色展示_第93张图片
plt.imshow()中cmap参数控制颜色展示_第94张图片
plt.imshow()中cmap参数控制颜色展示_第95张图片
plt.imshow()中cmap参数控制颜色展示_第96张图片
plt.imshow()中cmap参数控制颜色展示_第97张图片
plt.imshow()中cmap参数控制颜色展示_第98张图片
plt.imshow()中cmap参数控制颜色展示_第99张图片
plt.imshow()中cmap参数控制颜色展示_第100张图片
plt.imshow()中cmap参数控制颜色展示_第101张图片
plt.imshow()中cmap参数控制颜色展示_第102张图片
plt.imshow()中cmap参数控制颜色展示_第103张图片
plt.imshow()中cmap参数控制颜色展示_第104张图片
plt.imshow()中cmap参数控制颜色展示_第105张图片
plt.imshow()中cmap参数控制颜色展示_第106张图片
plt.imshow()中cmap参数控制颜色展示_第107张图片
plt.imshow()中cmap参数控制颜色展示_第108张图片
plt.imshow()中cmap参数控制颜色展示_第109张图片
plt.imshow()中cmap参数控制颜色展示_第110张图片
plt.imshow()中cmap参数控制颜色展示_第111张图片
plt.imshow()中cmap参数控制颜色展示_第112张图片
plt.imshow()中cmap参数控制颜色展示_第113张图片
plt.imshow()中cmap参数控制颜色展示_第114张图片
plt.imshow()中cmap参数控制颜色展示_第115张图片
plt.imshow()中cmap参数控制颜色展示_第116张图片
plt.imshow()中cmap参数控制颜色展示_第117张图片
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第118张图片
plt.imshow()中cmap参数控制颜色展示_第119张图片
plt.imshow()中cmap参数控制颜色展示_第120张图片
plt.imshow()中cmap参数控制颜色展示_第121张图片
plt.imshow()中cmap参数控制颜色展示_第122张图片
plt.imshow()中cmap参数控制颜色展示_第123张图片
plt.imshow()中cmap参数控制颜色展示_第124张图片
plt.imshow()中cmap参数控制颜色展示_第125张图片
plt.imshow()中cmap参数控制颜色展示_第126张图片
plt.imshow()中cmap参数控制颜色展示_第127张图片
plt.imshow()中cmap参数控制颜色展示_第128张图片
plt.imshow()中cmap参数控制颜色展示_第129张图片
plt.imshow()中cmap参数控制颜色展示_第130张图片
plt.imshow()中cmap参数控制颜色展示_第131张图片
plt.imshow()中cmap参数控制颜色展示_第132张图片
plt.imshow()中cmap参数控制颜色展示_第133张图片
plt.imshow()中cmap参数控制颜色展示_第134张图片
plt.imshow()中cmap参数控制颜色展示_第135张图片
plt.imshow()中cmap参数控制颜色展示_第136张图片
plt.imshow()中cmap参数控制颜色展示_第137张图片
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第138张图片
plt.imshow()中cmap参数控制颜色展示_第139张图片
plt.imshow()中cmap参数控制颜色展示_第140张图片
plt.imshow()中cmap参数控制颜色展示_第141张图片
plt.imshow()中cmap参数控制颜色展示_第142张图片
在这里插入图片描述
plt.imshow()中cmap参数控制颜色展示_第143张图片
plt.imshow()中cmap参数控制颜色展示_第144张图片
plt.imshow()中cmap参数控制颜色展示_第145张图片
plt.imshow()中cmap参数控制颜色展示_第146张图片
plt.imshow()中cmap参数控制颜色展示_第147张图片
plt.imshow()中cmap参数控制颜色展示_第148张图片
plt.imshow()中cmap参数控制颜色展示_第149张图片
plt.imshow()中cmap参数控制颜色展示_第150张图片
plt.imshow()中cmap参数控制颜色展示_第151张图片
plt.imshow()中cmap参数控制颜色展示_第152张图片
plt.imshow()中cmap参数控制颜色展示_第153张图片
plt.imshow()中cmap参数控制颜色展示_第154张图片
plt.imshow()中cmap参数控制颜色展示_第155张图片

你可能感兴趣的:(笔记,人工智能)