Skip to content

balbasty/cmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmaps

(Some) Matplotlib colormaps in Matlab

Usage

a = reshape(linspace(0, 1, 256*256), 256, 256);
imshow(a);
colormap(make_colormap('RdBu', 256));

License

This is a pure port of some of the colormaps embedded in Matplotlib. Matplotlib's license (or the license of the indiviudal colormaps) is retained. See https://matplotlib.org/stable/users/license.html

About

(Some) Matplotlib colormaps in Matlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages