Problem with the Color Bar
조회 수: 2 (최근 30일)
이전 댓글 표시
My color bar shows solid boundaries and does not blend together. Below I have attached my problem,
I rather want it to look like this
Below is my code,
Let me know what is wrong
colormap(jet(10))
cb = colorbar;
댓글 수: 0
채택된 답변
David Goodmanson
2019년 7월 24일
Hi Hans,
try
colormap(jet)
colorbar
by default this has 64 color levels (as does the default colormap, 'parula') and looks much more continuous.
댓글 수: 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!