How to write _ in a plot title?

 采纳的回答

Sebastian Castro
Sebastian Castro 2015-5-26

9 个投票

Just put a backslash in front of it: \_
- Sebastian

更多回答(1 个)

Stephen23
Stephen23 2015-5-26
编辑:Stephen23 2015-5-26

9 个投票

Actually there are two main ways of dealing with this. Each of them can be useful, depending on the circumstances:
  1. Use the string '\_' instead of '_'.
  2. 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.

类别

帮助中心File Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by