How do I remove the printed data on the heat map?
84 views (last 30 days)
Show older comments
Sattik Basu
on 9 Sep 2017
Commented: Shahab Afshar
on 25 Nov 2021
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
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
See Also
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!