How to show original values in the heatmap and in the colorbar while log(data) is used to make heatmap?
5 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Data Distribution Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!