XTick と YTick のラベルで LaTeX のフォントを使用することはできますか?
Mostrar comentarios más antiguos
次のようなコードを指定して、テキストオブジェクトのデフォルトのインタプリタとして 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 オブジェクトとは別のフォントになっています。ラベルのフォントをテキストオブジェクトと同じように表示する方法を教えてください。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Axis Labels en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!