using colormap to assign one color for values => 0 and one for < 0
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
mashtine
le 14 Nov 2014
Réponse apportée : Kelly Kearney
le 14 Nov 2014
Hi,
I am having no luck using colormap or caxis to set the limits of the two colors on the colorbar. Is there a way (not using the colorbar editor) to easily set values < 0 to blue and values => 0 to red?
0 commentaires
Réponse acceptée
Kelly Kearney
le 14 Nov 2014
colormap([0 0 1; 1 0 0]);
set(gca, 'clim', [-1 1]); % or any centered-on-0 limits
0 commentaires
Plus de réponses (0)
Voir également
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!