Thermograph color map

Hi,

I can’t find a well know thermography colormap (as below) neither in paraview nor in vtk xml file. Does anybody already find/implemented it ?
thermography-colormap

Thanks

1 Like

Looks like Inferno (matplotlib) which is present in ParaView.

Also look at: Diverging Color Maps for Scientific Visualization

The implementation of these is here: CurvaturesAdjustEdges, in particular GetDivergingLut() and GetDivergingLut1().

These two functions allow you to easily add whatever colormaps you want.

1 Like