heatmap's range of colors is limited ?

1 次查看(过去 30 天)
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