How do I remove the printed data on the heat map?
Show older comments
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 Comments
Walter Roberson
on 9 Sep 2017
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
Sattik Basu
on 9 Sep 2017
Walter Roberson
on 9 Sep 2017
There are no x and y axis ticks for the new R2017a heatmap object.
Accepted Answer
More Answers (1)
Sachindra Dhanapala Arachchige
on 26 Apr 2018
Edited: Image Analyst
on 17 Nov 2021
Just add the following to heatmap(.....), and you will not see the values in the heatmap cells.
heatmap(.......'CellLabelColor','none')
4 Comments
md mamunur rashid
on 10 Aug 2018
Thanks a lot for your Answer
AlessioX
on 11 Jun 2019
Spot on!
Ondine Delaye
on 17 Nov 2021
smaaaaart
Shahab Afshar
on 25 Nov 2021
Awesome!
Thank you.
Categories
Find more on Data Distribution Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!