Colormaps

Colormaps

October 14, 2014
Color Maps

While implementing the reader for GGF format I needed some test data and examples. A couple of articles on Wikipedia about bilinear interpolation and bicubic interpolation had examples in Matlab with some nice color maps. I was trying to implement the same examples in Mathcad and wanted to get the same colormap (palette). A question of StackOverflow combined with another article helped me find a Mathcad implementation:
Mathcad program

Also found a nice colormap - Haxby colormap:

Haxby colormap

Mathlab has replaced the default jet colormap with a new one called “parula” Parula colormap

Here is a graph of the RGB components: RBG components of parula colormap