How to reduce the number shown on the Y axis?
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Tony Cheng
le 5 Fév 2017
Modifié(e) : Star Strider
le 5 Fév 2017
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!
0 commentaires
Réponse acceptée
Star Strider
le 5 Fév 2017
Modifié(e) : Star Strider
le 5 Fév 2017
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!