XTick と YTick のラベルで LaTeX のフォントを使用することはできますか?
Afficher commentaires plus anciens
次のようなコードを指定して、テキストオブジェクトのデフォルトのインタプリタとして 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 オブジェクトとは別のフォントになっています。ラベルのフォントをテキストオブジェクトと同じように表示する方法を教えてください。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Axis Labels dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!