LaTeX interpreter in box plot

Is there any way to use LaTeX as Interpreter for labels in boxplot()?

回答 (1 件)

Patrick Otto
Patrick Otto 2021 年 12 月 14 日
編集済み: Walter Roberson 2021 年 12 月 14 日

0 投票

It's still a problem in matlab 2019b.
This does not works:
set(groot,'defaultAxesTickLabelInterpreter','latex');
But adding this directly after boxplot() (however?) works:
set(gca,'TickLabelInterpreter','latex');

タグ

質問済み:

2016 年 2 月 23 日

編集済み:

2021 年 12 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by