How to reduce the number shown on the Y axis?

8 ビュー (過去 30 日間)
Tony Cheng
Tony Cheng 2017 年 2 月 5 日
編集済み: Star Strider 2017 年 2 月 5 日
Hi guys,
We can see that 0 , 20 , 40 , 60 and 80, totally 5 numbers on the Y axis in this figure.
But they are no distance between them, making the figure not pleasing to the eyes.
I do not want to reduce the size of the numbers, because this size fits the layout of a paper to be written.
What could I do to reduce the number shown on the Y axis? For instance, I want to
show 0 , 40 and 80 on the Y axis.
Thanks so much!

採用された回答

Star Strider
Star Strider 2017 年 2 月 5 日
編集済み: Star Strider 2017 年 2 月 5 日
You can set the number of y-ticks and their values with the 'YTick' and 'YTickLabel' properties, as well as the 'FontSize' property. Use the set function to change them to be as you want them. See the documentation for Axis Properties (link) for details.
EDIT Corrected typographical error.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by