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.

カテゴリ

質問済み:

2015 年 5 月 26 日

編集済み:

2015 年 5 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by