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

12 次查看(过去 30 天)
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