Xticklabel to split into two lines
228 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Giuseppe Degan Di Dieco
le 10 Déc 2021
Commenté : Star Strider
le 13 Déc 2021
Dear All,
hope you are doing well.
I'd very grateful if you cold help me in understanding how to split a label for a bar xtick into two lines.
As you can see from the attached plot, it happens that the string 'Steel/concrete composite' is too long, and I'd would have something like 'Steel/concrete' in the upper line, and 'composite' below, that is
Steel/concrete
composite
Thanks for your time and help in advance, and best!
---
Giuseppe
0 commentaires
Réponse acceptée
Star Strider
le 10 Déc 2021
This has been updated to work in more recent releases.
.
2 commentaires
Star Strider
le 13 Déc 2021
As always, my pleasure!
I attempted to do something similar myself, then found this link and MathWorks’ solution, and just went with it.
.
Plus de réponses (1)
Voss
le 10 Déc 2021
Maybe this will work:
set(gca(),'XTickLabel',{'Concrete' 'Masonry' 'Steel' sprintf('Steel/concrete\\newlinecomposite')});
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!