How to show original values in the heatmap and in the colorbar while log(data) is used to make heatmap?
조회 수: 1 (최근 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!