using colormap to assign one color for values => 0 and one for < 0

조회 수: 13 (최근 30일)
mashtine
mashtine 2014년 11월 14일
답변: Kelly Kearney 2014년 11월 14일
Hi,
I am having no luck using colormap or caxis to set the limits of the two colors on the colorbar. Is there a way (not using the colorbar editor) to easily set values < 0 to blue and values => 0 to red?

채택된 답변

Kelly Kearney
Kelly Kearney 2014년 11월 14일
colormap([0 0 1; 1 0 0]);
set(gca, 'clim', [-1 1]); % or any centered-on-0 limits

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Colormaps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by