stackedplot without yticklabels?
이전 댓글 표시
I noticed I can't apply the yticklabel() function to a stackedplot. Isn't there a way to simply clear the yticklabels so that only the display names (ylabels) are printed, but not numbers associated with the y-ticks?
답변 (2개)
Adam Danz
2020년 11월 19일
To clear the ticks, you'll change the last line to,
set(s.Axes, 'YTick', [])
Joe Vinciguerra
2019년 11월 13일
0 개 추천
No. stackedplot is missing a lot of common property controls. Hopefully they continue to develop this function in future releases.
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!