Hi,
I would like to use latex on every font I use on a plot. Is there a better way to do this instead of indicating the interpreter on every line?
I already have use:
set(groot, 'defaultAxesTickLabelInterpreter','latex')
set(groot, 'defaultLegendInterpreter','latex')
which works for ticks and legend, but what about titles, numbers on colorbar and contour numbers?
Thanks in advance,

 채택된 답변

Fintan Healy
Fintan Healy 2024년 12월 7일
편집: Fintan Healy 2024년 12월 7일

0 개 추천

set(groot, 'DefaultTextInterpreter', 'latex')
As well as the two you set, I also set the default text interpreter

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

제품

릴리스

R2024b

태그

질문:

2024년 12월 5일

편집:

2024년 12월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by