Is it possible to force xtick to be visible everywhere?
이전 댓글 표시
Is it possible to force xtick layer goes on top of the plot, so the plot cannot cover xticks?
답변 (1개)
Kelly Kearney
2015년 10월 5일
To layer all axes components (ticks, gridlines) above plotted stuff, use
set(gca, 'Layer', 'Top')
카테고리
도움말 센터 및 File Exchange에서 Axis Labels에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!