フィルターのクリア

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

7 ビュー (過去 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 Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by