Skip to content

slandarer/slanColor

Repository files navigation

MATLAB colormaps and palettes

slanCM

输入图片说明 Zhaoxu Liu / slandarer (2026). 200 colormaps (https://www.mathworks.com/matlabcentral/fileexchange/120088-200-colormaps), MATLAB Central File Exchange. Retrieved May 5, 2026.

Citations & Acknowledgements

nclCM

输入图片说明 Zhaoxu Liu / slandarer (2026). NCL colormaps (https://www.mathworks.com/matlabcentral/fileexchange/120848-ncl-colormaps), MATLAB Central File Exchange. Retrieved May 5, 2026.

Citations & Acknowledgements

All colormap data in this file are sourced from NCAR Command Language (NCL) Website: https://www.ncl.ucar.edu/Document/Graphics/color_tables.shtml

slanCL

输入图片说明

输入图片说明 Zhaoxu Liu / slandarer (2026). 2000 palettes (https://www.mathworks.com/matlabcentral/fileexchange/126969-2000-palettes), MATLAB Central File Exchange. Retrieved May 5, 2026.

Acknowledgement & Source:

All palettes come from the following 55 color packages:

'awtools'/'basetheme'/'beyonce'/'calecopal'/'colorBlindness'/'colorblindr'
'colRoz'/'dichromat'/'DresdenColor'/'dutchmasters'/'fishualize'/'futurevisions'
'ggpomological'/'ggprism'/'ggsci'/'ggthemes'/'ggthemr'/'ghibli'/'grDevices'
'IslamicArt'/'jcolors'/'khroma'/'LaCroixColoR'/'lisa'/'Manu'/'MapPalettes'
'miscpalettes'/'nationalparkcolors'/'nbapalettes'/'NineteenEightyR'/'nord'
'ochRe'/'palettesForR'/'palettetown'/'pals'/'PNWColors'/'Polychrome'
'rcartocolor'/'RColorBrewer'/'Redmonder'/'rockthemes'/'RSkittleBrewer'
'rtist'/'soilpalettes'/'suffrager'/'tayloRswift'/'tidyquant'/'trekcolors'
'tvthemes'/'unikn'/'vapeplot'/'vapoRwave'/'werpals'/'wesanderson'/'yarrr'

scientific colormap 7

Crameri, Fabio. (2021). Scientific colour maps (7.0.1). Zenodo. https://doi.org/10.5281/zenodo.5501399

Set Colormap Pivot

  • setColormapPivot(n)
  • setColormapPivot(ax,n)
imagesc(peaks(1000)+1)
colormap([pink;flipud(bone)])
colorbar 

setColormapPivot(7)

输入图片说明

输入图片说明

Unequal-Interval Color Segmentation

Place anchor points at arbitrary numerical values with arbitrary proportions.

contourf(rand(10,10))
colormap([pink(11);flipud(bone(11))])
cb=colorbar;

setCMapRatio([8/22,10/22,20/22],[.2,.5,.8])

% Add non-equidistant / unequal-interval tick labels
cb.YTick = getCBTick(gca);
% Adjust colorbar tick length (this line can be deleted)
cb.TickLength = 0.061;

输入图片说明

Nature-Inspired Color Palette

输入图片说明

输入图片说明

About

MATLAB colormaps and palettes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors