How to move y-axis number on the left side ?

axes.PNG
I want to have y-axis numbers on the left side of the axis itself in such a way that they don't overlap the straight line. Any solution ?

 채택된 답변

Cameron B
Cameron B 2020년 1월 21일

0 개 추천

ax = gca;
ax.YAxisLocation = "left";

댓글 수: 1

Giuseppe
Giuseppe 2020년 1월 21일
This one move all the axis, I want to move on the left side ONLY the numbers and to let the axis at the center of the plot!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

질문:

2020년 1월 21일

댓글:

2020년 1월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by