Anyone know if it's possible to select which side of a colorbar the text-values are on? ie. the default is on the right, but I want the text-values on the left of the colorbar.

 채택된 답변

the cyclist
the cyclist 2011년 4월 6일

0 개 추천

hc=colorbar;
set(hc,'YAxisLocation','Left')

추가 답변 (0개)

카테고리

태그

Community Treasure Hunt

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

Start Hunting!

Translated by