pcolor - Numeric Ruler -> limits and scale commands
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi,
I have a cwt figure plotted with pcolor. I can open the property inspector on the figure and manually change the "Scale" property to log. I would expect the command to set the y axis to log scale be something along the lines of;
figure()
h = pcolor(1:size(wt,2),f,db(abs(wt)));
h.EdgeColor = 'none';
h.YAxis.Scale = 'log';
and https://uk.mathworks.com/help/matlab/ref/matlab.graphics.axis.decorator.numericruler-properties.html seems to agree with me, however I get an error that "Scale" is not a property class for primitive surfaces. Fair enough, I am guessing the name in the propery inspector is just a generic placeholder, could someone point me in the correct direction for what the correct property name is for Yaxis scale with pcolor?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!