One scaling colomap for various figures

2 vues (au cours des 30 derniers jours)
Michael Jordan
Michael Jordan le 28 Déc 2017
I created several heatmaps from several matrices with: figure Heatmap1 =heatmap (A,'Colormap',jet); figure Heatmap2 =heatmap (B,'Colormap',jet);
They should use the same Colormap but with different scaling. e.g.:highest: dark red; middle (0): white; lowest: dark blue
But 0 has to be exactly in the middle and always should be white. Therefore it should for example be possible that in the first figure -3 is marked as dark blue, zero is white, and +8 is marked as dark red. And in the next figure -1 is dark blue, zero is white, and +3 is dark red. Thank you.

Réponses (1)

Harish Ramachandran
Harish Ramachandran le 2 Jan 2018
Modifié(e) : Harish Ramachandran le 2 Jan 2018
Hello Michael.
1. With respect to setting limits on the colormap scale, you should check out the documentation on caxis. The property parameter enables you to set the lower and upper limit of the color map.
2. The colormap you have chosen is 'Jet'. From the documentation on colormap 'Jet' does not have a white component. You can use any of the other templates given which might suit your need.
Hope this helps.

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by