Colormaps

Colormaps

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

Very similar to jet colormap is the turbo colormap:
Turbo colormap

Also found a nice colormap - Haxby colormap:

Haxby colormap

Around 2011, 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

In 2015 a new colormap, Viridis, was introduced
Viridis colormap

The graph of color components is quite similar to Parula: RBG components of Viridis colormap