How to show original values in the heatmap and in the colorbar while log(data) is used to make heatmap?
Mostra commenti meno recenti
Here is the heatmap code:
heatmap(x,y,log(ave_array));
I want the values shown on the heatmap subspace NOT be in log scale and be their original value. Also the same for color bar: to show the original value.
How can I do that?
Risposte (1)
Walter Roberson
il 4 Lug 2020
1 voto
As far as I know, this is not possible.
1 Commento
Zeynab Mousavikhamene
il 4 Lug 2020
Categorie
Scopri di più su Data Distribution Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!