How to write _ in a plot title?
121 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
The problem is that _ means subscript!
0 commentaires
Réponse acceptée
Plus de réponses (1)
Stephen23
le 26 Mai 2015
Modifié(e) : Stephen23
le 26 Mai 2015
Actually there are two main ways of dealing with this. Each of them can be useful, depending on the circumstances:
- Use the string '\_' instead of '_'.
- Change the text property Interpreter to none:
The first one is easy to do if you are writing the strings by hand, The second one can be useful if the strings are generated automatically or are read from some data source.
0 commentaires
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!