Colormaps: Difference between revisions
Created page with "A list of some common colormaps for visualizing data. ==Properties== * Perceptually Uniform ==Common colormaps== ;[https://ai.googleblog.com/2019/08/turbo-improved-rainbow-..." |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Properties== | ==Properties== | ||
* Perceptually Uniform | * Perceptually Uniform - the ''derivatives'' should be close to constant so you don't perceive gradients which aren't in the data. | ||
==Common colormaps== | ==Common colormaps== | ||
* [https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html Google Turbo Colormap]<br> | |||
[https://gist.github.com/mikhailov-work/ee72ba4191942acecc03fe6da94fc73f Python] [https://gist.github.com/mikhailov-work/6a308c20e494d9e0ccc29036b28faa7a C/C++]<br> | ** [https://gist.github.com/mikhailov-work/ee72ba4191942acecc03fe6da94fc73f Python] [https://gist.github.com/mikhailov-work/6a308c20e494d9e0ccc29036b28faa7a C/C++]<br> | ||
This is a replacement for the Jet rainbow colormap which is more perceptually uniform. | ** This is a replacement for the Jet rainbow colormap which is more perceptually uniform. | ||
==Libraries== | ==Libraries== | ||
===Matplotlib=== | ===Matplotlib=== | ||
[https://matplotlib.org/stable/tutorials/colors/colormaps.html Matplotlib colormaps] | [https://matplotlib.org/stable/tutorials/colors/colormaps.html Matplotlib colormaps] |