Azzera filtri
Azzera filtri

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

115 visualizzazioni (ultimi 30 giorni)
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 Commenti
Sattik Basu
Sattik Basu il 9 Set 2017
It is the the new (R2017a) heatmap().
Walter Roberson
Walter Roberson il 9 Set 2017
There are no x and y axis ticks for the new R2017a heatmap object.

Accedi per commentare.

Risposta accettata

Image Analyst
Image Analyst il 9 Set 2017
How about using imshow?

Più risposte (1)

Sachindra Dhanapala Arachchige
Modificato: Image Analyst il 17 Nov 2021
Just add the following to heatmap(.....), and you will not see the values in the heatmap cells.
heatmap(.......'CellLabelColor','none')
  4 Commenti

Accedi per commentare.

Categorie

Scopri di più su Data Distribution Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by