How to use an absolute scale with colormaps
조회 수: 8 (최근 30일)
이전 댓글 표시
Hi everyone,
I am using image to plot a matrix of some heat data, the thing is that i want a specific color mapped in a specific value, for example if i have a maximum temperature of 45 then that will be a deep red color, and the lowest a deep blue, but if in another image i have a maximum temperature of 6 then that again will be represented with a deep red color. I dont want that, i need the scale of the colormap to remain the same no matter the data that i am plotting, is there a way to do that?
Thanks in advance.
댓글 수: 0
채택된 답변
Jurgen
2013년 2월 9일
Yes, just adjust the CLim property of the axes to the desired range. e.g. caxis([0 45]) will map the colors to 0-45 range.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Blue에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!