How do I remove the printed data on the heat map?

For a smaller matrix, the data seems to be present on the heatmap output. Also, I tried set(gca....) and "axis off" to remove the tick labels in the map, but that did not work.

3 commentaires

We are still waiting for you to answer the question:
Is this the heatmap from the Bioinformations toolbox? https://www.mathworks.com/help/bioinfo/ref/heatmap.html
Or is it the new (R2017a) heatmap() that is for table objects?
It is the the new (R2017a) heatmap().
There are no x and y axis ticks for the new R2017a heatmap object.

Connectez-vous pour commenter.

 Réponse acceptée

Image Analyst
Image Analyst le 9 Sep 2017

0 votes

How about using imshow?

Plus de réponses (1)

Sachindra Dhanapala Arachchige
Modifié(e) : Image Analyst le 17 Nov 2021
Just add the following to heatmap(.....), and you will not see the values in the heatmap cells.
heatmap(.......'CellLabelColor','none')

4 commentaires

Thanks a lot for your Answer
AlessioX
AlessioX le 11 Juin 2019
Spot on!
smaaaaart
Awesome!
Thank you.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Distribution Plots dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by