GitHub - balbasty/cmaps: (Some) Matplotlib colormaps in Matlab · GitHub
Skip to content

balbasty/cmaps

Folders and files

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

Contributors

Languages