Colors in Polar Plots dissapearing when Scaling colorbar
조회 수: 1 (최근 30일)
이전 댓글 표시
I am changing the colorbar scale using the caxis command --- caxis([1 2]) --- (for 3 polar plots) but in all the cases the colors in the plot are disappearing.
I don't know why this is happening. Please help.
댓글 수: 2
답변 (1개)
José-Luis
2012년 11월 6일
Please read the documentation
doc caxis
From the description of your problem I would guess that the values in PhC are either all inferior to the inferior limit in caxis or larger than the superior limit. That would cause your plot to have only one color.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Color and Styling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!