How to show original values in the heatmap and in the colorbar while log(data) is used to make heatmap?

조회 수: 3 (최근 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?

답변 (1개)

Walter Roberson
Walter Roberson 2020년 7월 4일
As far as I know, this is not possible.

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by