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

조회 수: 10 (최근 30일)
Giuseppe
Giuseppe 2020년 1월 21일
댓글: Giuseppe 2020년 1월 21일
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일
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개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by