The back ground color is too dark, is it possible to make it lighter ?

1 vue (au cours des 30 derniers jours)
wenhao yang
wenhao yang le 22 Mar 2021
Commenté : wenhao yang le 22 Mar 2021
How can I change the lowest value's color with the commandline instead of clicking 'edit' ?

Réponse acceptée

Walter Roberson
Walter Roberson le 22 Mar 2021
You could use colormap() to activate a different set of colors.
For example:
cmap = colormap(); %fetch current one
cmap(1:20,:) = []; %get rid of the 20 darkest shades
colormap(cmap); %activate the revised colormap

Plus de réponses (0)

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by