Logarithmic scale for colorbar
이전 댓글 표시
I sometimes require a plot which has a colorbar with a log scale. Previously I did this by setting the 'yscale' property of the underlying colorbar axes, but this no longer works with the new graphics system. Is there a workaround for the new system?
채택된 답변
추가 답변 (1개)
Xiaolong
2020년 3월 26일
1 개 추천
set(gca,'colorscale','log')
댓글 수: 1
Walter Roberson
2020년 4월 27일
Note: that was not available at the time the question was originally asked.
카테고리
도움말 센터 및 File Exchange에서 Colorbar에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!