Value dash outside a 2D plot
이전 댓글 표시
I have noticed that in all 2D plots, the dashes of the values on an axis are shown on the inside. Is it possible to show them outside the graph?
I leave you an example attached.
Thank you very much :)

답변 (1개)
Bjorn Gustavsson
2022년 6월 25일
편집: Bjorn Gustavsson
2022년 6월 25일
You can do this:
set(gca,'TickDir','out')
HTH
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!