heatmap's range of colors is limited ?

조회 수: 2 (최근 30일)
Abbi Hashem
Abbi Hashem 2020년 2월 27일
댓글: darova 2020년 2월 27일
I tried drawing a heatmap using the "HeatMap" command.
The documentation is here:
Even after reading it I coudn't figure out the following:
The range of colors is too limited. It's as if the numbers that are too close in value are assigned the same color. ( please see the attached image, different numbers that are close in value have the same color). How can I change this so that unique numbers have unique colors with gradients ?

답변 (1개)

darova
darova 2020년 2월 27일
Change clim property
set(gca,'clim',[-0.8 1.5])
  댓글 수: 5
Abbi Hashem
Abbi Hashem 2020년 2월 27일
Thank you for your answer. However, what you're suggesting changes the color only, and what I want is for the color gradient to be more visible ( color itself doesn't matter). In other words, even if there is a VERY small difference between 2 values, I want the color difference to be clear between them
darova
darova 2020년 2월 27일
Are you talking about interpolation? Maybe interp2

댓글을 달려면 로그인하십시오.

카테고리

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