Effacer les filtres
Effacer les filtres

how to show more color and range in color bar ?

9 vues (au cours des 30 derniers jours)
Akim Mahmud
Akim Mahmud le 8 Jan 2018
Hi I have this image ( please see the attached ) and I want to show more color and range ( value) in my color map. How can I do that ? Thanks for your code/help
-Akim
  1 commentaire
Akim Mahmud
Akim Mahmud le 8 Jan 2018
OPPS i forgot to attach the image

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 8 Jan 2018
The default colormap has only 64 entries. You can get finer granularity by calling
cmap = parula(256); %calculate parula colormap with 256 entries
colormap(cmap); %activate given colormap
But this might not help, depending how you created the plot. I suspect you might have done something like a scatter() followed by a caxis() ?
  6 commentaires
Akim Mahmud
Akim Mahmud le 9 Jan 2018
Hi I did it but still it does not show more depth ranges in color bar
Walter Roberson
Walter Roberson le 9 Jan 2018
Can you attach the .txt file? You may need to zip it to be able to attach it.

Connectez-vous pour commenter.

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