Effacer les filtres
Effacer les filtres

How can I center the ColorBrewer colors around 0?

30 vues (au cours des 30 derniers jours)
dila suay
dila suay le 24 Fév 2022
Commenté : dila suay le 25 Fév 2022
Hello, I am using cbrewer for my colormap. However the value 0 is not exactly white (attached jpg image). I have played around with the n, but nothing seems to change.
n=256
colormap(cbrewer2('RdBu',n));
How can I make the 0 value true white?
Thank you

Réponse acceptée

DGM
DGM le 25 Fév 2022
This doesn't have anything to do with the particular colormap. This has to do with the fact that the colorbar limits are not centered on zero.
Try:
caxis([-8 8])

Plus de réponses (0)

Catégories

En savoir plus sur Red 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