Value dash outside a 2D plot

조회 수: 1 (최근 30일)
Reto Kurz
Reto Kurz 2022년 6월 25일
편집: Bjorn Gustavsson 2022년 6월 25일
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
Bjorn Gustavsson 2022년 6월 25일
편집: Bjorn Gustavsson 2022년 6월 25일
You can do this:
set(gca,'TickDir','out')
HTH

카테고리

Help CenterFile 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!

Translated by