XTick と YTick のラベルで LaTeX のフォントを使用することはできますか?
Show older comments
次のようなコードを指定して、テキストオブジェクトのデフォルトのインタプリタとして LaTeX を指定しています。
set(0,'DefaultTextInterpreter', 'latex')
TEXT オブジェクトで次のように簡単な図を作成します。
plot(1:10);
text(5, 5, '1 2 3 4 5 6 7 8 9 0');
XTickLabel と YTickLabel は作成した TEXT オブジェクトとは別のフォントになっています。ラベルのフォントをテキストオブジェクトと同じように表示する方法を教えてください。
Accepted Answer
More Answers (0)
Categories
Find more on Axis Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!