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 ?
Thanks
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 ?
Thanks
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.