How to change scale (not min & maxvalue) on z-axis in surfplot ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a data in a matrix say 600 x 600 large. For my purpose I plot it with surf, and use view (0, 90). I use caxis([minvalue maxvalue]) to limit the axis of the plot.
However, i would like to "change" the scale of the colorbar, not the min-max values. To a more logarithmic look, or if i possibly can choose it manually. Meaning, the majority of the values I want to plot are around 200 - 1000, but the peak value are at 9000.
I tried set (gca, zaxis ...etc ) but it changed the values on the axis. The actual values on the scale and axis should not change.
Thankful for all help I can get!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Colormaps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!