Tick Labels INSIDE plot

조회 수: 28 (최근 30일)
rmc256
rmc256 2011년 8월 30일
Is there any way to place tick labels INSIDE a plot area? By default they appear on the outside, and I can't find a property that would change their location to anything except the default, to the left of the plot (for the y-axis). Reason is I have several plots directly next to each other.

답변 (2개)

Fangjun Jiang
Fangjun Jiang 2011년 8월 30일
plotyy() might help if you have two plots, but if you have several plots, I am not sure. I am not aware any way you can change the position of tick labels.

Walter Roberson
Walter Roberson 2011년 8월 30일
Sorry, you will need to text() the labels in to position manually.
Possibly one of the MATLAB File Exchange contributions might already do what you need. When anything like this comes up, the first place I look is at plt()

카테고리

Help CenterFile Exchange에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by